Html Css Color HEX #D67612 Ochre

📋 copy color: '#D67612'

red 214 ◦ green 118 ◦ blue 18

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

Shades of Ochre #D67612

Tints of Ochre #D67612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 61.14%
G = 33.71%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67612 (or 0xD67612) is known color: Ochre. HEX triplet: D6, 76 and 12. RGB value is (214,118,18). Sum of RGB (Red+Green+Blue) = 214+118+18=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67612 is #2989ED. Grayscale: #878787. Windows color (decimal): -2722286 or 1210070. OLE color: 1210070.

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

Color convert

RGB 214 118 18 -
CMYK 0 0.45 0.92 0.16
HSL 30.61º 0.84% 0.45% -
HSV(B) 30.61º 0.92% 0.84% -
XYZ 34.32 27.3 4.03 -
YUV 135.3 61.8 184.13 -
System Red Green Blue C M Y K H S L
Decimal 214 118 18 0 0.45 0.92 0.16 30.61 0.84 0.45
Hex D6 76 12 0 2D 5C 10 1F 54 2D
Octal 326 166 22 0 55 134 20 37 124 55
Binary 11010110 1110110 10010 0 101101 1011100 10000 11111 1010100 101101

Color Harmonies of #D67612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67612

Black with #D67612

Text Example


Text Example

White with #D67612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67612; }

 p { color: rgb(214,118,18); }

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

background-color css

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

 a { background-color: rgb(214,118,18); }

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

border-color css

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

 span { border-color: rgb(214,118,18); }

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