Html Css Color HEX #D67512 Ochre

📋 copy color: '#D67512'

red 214 ◦ green 117 ◦ blue 18

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

Shades of Ochre #D67512

Tints of Ochre #D67512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 61.32%
G = 33.52%
B = 5.16%

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

#D67512 (or 0xD67512) is known color: Ochre. HEX triplet: D6, 75 and 12. RGB value is (214,117,18). Sum of RGB (Red+Green+Blue) = 214+117+18=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67512 is #298AED. Grayscale: #878787. Windows color (decimal): -2722542 or 1209814. OLE color: 1209814.

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

Color convert

RGB 214 117 18 -
CMYK 0 0.45 0.92 0.16
HSL 30.31º 0.84% 0.45% -
HSV(B) 30.31º 0.92% 0.84% -
XYZ 34.2 27.06 3.99 -
YUV 134.72 62.14 184.55 -
System Red Green Blue C M Y K H S L
Decimal 214 117 18 0 0.45 0.92 0.16 30.31 0.84 0.45
Hex D6 75 12 0 2D 5C 10 1E 54 2D
Octal 326 165 22 0 55 134 20 36 124 55
Binary 11010110 1110101 10010 0 101101 1011100 10000 11110 1010100 101101

Color Harmonies of #D67512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67512

Black with #D67512

Text Example


Text Example

White with #D67512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67512; }

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

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

background-color css

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

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

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

border-color css

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

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

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