Html Css Color HEX #D4811D Ochre

📋 copy color: '#D4811D'

red 212 ◦ green 129 ◦ blue 29

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

Shades of Ochre #D4811D

Tints of Ochre #D4811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 57.3%
G = 34.86%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4811D (or 0xD4811D) is known color: Ochre. HEX triplet: D4, 81 and 1D. RGB value is (212,129,29). Sum of RGB (Red+Green+Blue) = 212+129+29=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4811D is #2B7EE2. Grayscale: #8E8E8E. Windows color (decimal): -2850531 or 1933780. OLE color: 1933780.

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

Color convert

RGB 212 129 29 -
CMYK 0 0.39 0.86 0.17
HSL 32.79º 0.76% 0.47% -
HSV(B) 32.79º 0.86% 0.83% -
XYZ 35.22 29.79 5.06 -
YUV 142.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 212 129 29 0 0.39 0.86 0.17 32.79 0.76 0.47
Hex D4 81 1D 0 27 56 11 21 4C 2F
Octal 324 201 35 0 47 126 21 41 114 57
Binary 11010100 10000001 11101 0 100111 1010110 10001 100001 1001100 101111

Color Harmonies of #D4811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4811D

Black with #D4811D

Text Example


Text Example

White with #D4811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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