Html Css Color HEX #D4810C Ochre

📋 copy color: '#D4810C'

red 212 ◦ green 129 ◦ blue 12

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

Shades of Ochre #D4810C

Tints of Ochre #D4810C

RGB

 RED value IS 212 (83.2% from 255) = 60.06%

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 60.06%
G = 36.54%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4810C (or 0xD4810C) is known color: Ochre. HEX triplet: D4, 81 and 0C. RGB value is (212,129,12). Sum of RGB (Red+Green+Blue) = 212+129+12=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4810C is #2B7EF3. Grayscale: #8D8D8D. Windows color (decimal): -2850548 or 819668. OLE color: 819668.

HSL color Cylindrical-coordinate representation of color #D4810C: hue angle of 35.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4810C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 12 -
CMYK 0 0.39 0.94 0.17
HSL 35.1º 0.89% 0.44% -
HSV(B) 35.1º 0.94% 0.83% -
XYZ 35.07 29.72 4.24 -
YUV 140.48 55.5 179.01 -
System Red Green Blue C M Y K H S L
Decimal 212 129 12 0 0.39 0.94 0.17 35.1 0.89 0.44
Hex D4 81 C 0 27 5E 11 23 59 2C
Octal 324 201 14 0 47 136 21 43 131 54
Binary 11010100 10000001 1100 0 100111 1011110 10001 100011 1011001 101100

Color Harmonies of #D4810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4810C

Black with #D4810C

Text Example


Text Example

White with #D4810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4810C; }

 p { color: rgb(212,129,12); }

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

background-color css

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

 a { background-color: rgb(212,129,12); }

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

border-color css

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

 span { border-color: rgb(212,129,12); }

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