Html Css Color HEX #D67712 Ochre

📋 copy color: '#D67712'

red 214 ◦ green 119 ◦ blue 18

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

Shades of Ochre #D67712

Tints of Ochre #D67712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

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

R = 60.97%
G = 33.9%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67712 (or 0xD67712) is known color: Ochre. HEX triplet: D6, 77 and 12. RGB value is (214,119,18). Sum of RGB (Red+Green+Blue) = 214+119+18=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D67712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67712 is #2988ED. Grayscale: #888888. Windows color (decimal): -2722030 or 1210326. OLE color: 1210326.

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

Color convert

RGB 214 119 18 -
CMYK 0 0.44 0.92 0.16
HSL 30.92º 0.84% 0.45% -
HSV(B) 30.92º 0.92% 0.84% -
XYZ 34.44 27.53 4.07 -
YUV 135.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 214 119 18 0 0.44 0.92 0.16 30.92 0.84 0.45
Hex D6 77 12 0 2C 5C 10 1F 54 2D
Octal 326 167 22 0 54 134 20 37 124 55
Binary 11010110 1110111 10010 0 101100 1011100 10000 11111 1010100 101101

Color Harmonies of #D67712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67712

Black with #D67712

Text Example


Text Example

White with #D67712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67712; }

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

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

background-color css

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

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

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

border-color css

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

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

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