Html Css Color HEX #D67D19 Ochre

📋 copy color: '#D67D19'

red 214 ◦ green 125 ◦ blue 25

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

Shades of Ochre #D67D19

Tints of Ochre #D67D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 58.79%
G = 34.34%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D67D19 (or 0xD67D19) is known color: Ochre. HEX triplet: D6, 7D and 19. RGB value is (214,125,25). Sum of RGB (Red+Green+Blue) = 214+125+25=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D19 is #2982E6. Grayscale: #8C8C8C. Windows color (decimal): -2720487 or 1670614. OLE color: 1670614.

HSL color Cylindrical-coordinate representation of color #D67D19: hue angle of 31.75º 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 #D67D19 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 25 -
CMYK 0 0.42 0.88 0.16
HSL 31.75º 0.79% 0.47% -
HSV(B) 31.75º 0.88% 0.84% -
XYZ 35.24 29.03 4.67 -
YUV 140.21 62.99 180.63 -
System Red Green Blue C M Y K H S L
Decimal 214 125 25 0 0.42 0.88 0.16 31.75 0.79 0.47
Hex D6 7D 19 0 2A 58 10 20 4F 2F
Octal 326 175 31 0 52 130 20 40 117 57
Binary 11010110 1111101 11001 0 101010 1011000 10000 100000 1001111 101111

Color Harmonies of #D67D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D19

Black with #D67D19

Text Example


Text Example

White with #D67D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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