Html Css Color HEX #D67F18 Ochre

📋 copy color: '#D67F18'

red 214 ◦ green 127 ◦ blue 24

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

Shades of Ochre #D67F18

Tints of Ochre #D67F18

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 58.63%
G = 34.79%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D67F18 (or 0xD67F18) is known color: Ochre. HEX triplet: D6, 7F and 18. RGB value is (214,127,24). Sum of RGB (Red+Green+Blue) = 214+127+24=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F18 is #2980E7. Grayscale: #8D8D8D. Windows color (decimal): -2719976 or 1605590. OLE color: 1605590.

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

Color convert

RGB 214 127 24 -
CMYK 0 0.41 0.89 0.16
HSL 32.53º 0.8% 0.47% -
HSV(B) 32.53º 0.89% 0.84% -
XYZ 35.49 29.54 4.7 -
YUV 141.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 214 127 24 0 0.41 0.89 0.16 32.53 0.8 0.47
Hex D6 7F 18 0 29 59 10 21 50 2F
Octal 326 177 30 0 51 131 20 41 120 57
Binary 11010110 1111111 11000 0 101001 1011001 10000 100001 1010000 101111

Color Harmonies of #D67F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F18

Black with #D67F18

Text Example


Text Example

White with #D67F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F18; }

 p { color: rgb(214,127,24); }

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

background-color css

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

 a { background-color: rgb(214,127,24); }

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

border-color css

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

 span { border-color: rgb(214,127,24); }

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