Html Css Color HEX #D68319 Ochre

📋 copy color: '#D68319'

red 214 ◦ green 131 ◦ blue 25

#D68319
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D68319

Tints of Ochre #D68319

RGB

 RED value IS 214 (83.98% from 255) = 57.84%

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 25 (10.16% from 255) = 6.76%

R = 57.84%
G = 35.41%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D68319 (or 0xD68319) is known color: Ochre. HEX triplet: D6, 83 and 19. RGB value is (214,131,25). Sum of RGB (Red+Green+Blue) = 214+131+25=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D68319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68319 is #297CE6. Grayscale: #909090. Windows color (decimal): -2718951 or 1672150. OLE color: 1672150.

HSL color Cylindrical-coordinate representation of color #D68319: hue angle of 33.65º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D68319 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 25 -
CMYK 0 0.39 0.88 0.16
HSL 33.65º 0.79% 0.47% -
HSV(B) 33.65º 0.88% 0.84% -
XYZ 36.02 30.6 4.93 -
YUV 143.73 61 178.12 -
System Red Green Blue C M Y K H S L
Decimal 214 131 25 0 0.39 0.88 0.16 33.65 0.79 0.47
Hex D6 83 19 0 27 58 10 22 4F 2F
Octal 326 203 31 0 47 130 20 42 117 57
Binary 11010110 10000011 11001 0 100111 1011000 10000 100010 1001111 101111

Color Harmonies of #D68319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68319

Black with #D68319

Text Example


Text Example

White with #D68319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68319; }

 p { color: rgb(214,131,25); }

 H1.HeaderClassName
 {
   color: #D68319;
 }
 .AnyTagClassName
 {
   color: #D68319;
 }
</style>

background-color css

<style>
 a { background-color: #D68319; }

 a { background-color: rgb(214,131,25); }

 div.DivClassName
 {
   background-color: #D68319;
 }
 .BgClassName
 {
   background-color: #D68319;
 }
</style>

border-color css

<style>
 span { border-color: #D68319; }

 span { border-color: rgb(214,131,25); }

 td.TdClassName
 {
   border-color: #D68319;
 }
 .TagClassName
 {
   border-color: #D68319;
 }
</style>