Html Css Color HEX #D67912 Ochre

📋 copy color: '#D67912'

red 214 ◦ green 121 ◦ blue 18

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

Shades of Ochre #D67912

Tints of Ochre #D67912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 60.62%
G = 34.28%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67912 (or 0xD67912) is known color: Ochre. HEX triplet: D6, 79 and 12. RGB value is (214,121,18). Sum of RGB (Red+Green+Blue) = 214+121+18=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D67912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67912 is #2986ED. Grayscale: #898989. Windows color (decimal): -2721518 or 1210838. OLE color: 1210838.

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

Color convert

RGB 214 121 18 -
CMYK 0 0.43 0.92 0.16
HSL 31.53º 0.84% 0.45% -
HSV(B) 31.53º 0.92% 0.84% -
XYZ 34.68 28.01 4.15 -
YUV 137.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 214 121 18 0 0.43 0.92 0.16 31.53 0.84 0.45
Hex D6 79 12 0 2B 5C 10 20 54 2D
Octal 326 171 22 0 53 134 20 40 124 55
Binary 11010110 1111001 10010 0 101011 1011100 10000 100000 1010100 101101

Color Harmonies of #D67912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67912

Black with #D67912

Text Example


Text Example

White with #D67912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67912; }

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

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

background-color css

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

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

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

border-color css

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

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

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