Html Css Color HEX #D4810D Ochre

📋 copy color: '#D4810D'

red 212 ◦ green 129 ◦ blue 13

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

Shades of Ochre #D4810D

Tints of Ochre #D4810D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 59.89%
G = 36.44%
B = 3.67%

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

#D4810D (or 0xD4810D) is known color: Ochre. HEX triplet: D4, 81 and 0D. RGB value is (212,129,13). Sum of RGB (Red+Green+Blue) = 212+129+13=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4810D is #2B7EF2. Grayscale: #8D8D8D. Windows color (decimal): -2850547 or 885204. OLE color: 885204.

HSL color Cylindrical-coordinate representation of color #D4810D: hue angle of 34.97º degrees, saturation: 0.88, 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 #D4810D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 13 -
CMYK 0 0.39 0.94 0.17
HSL 34.97º 0.88% 0.44% -
HSV(B) 34.97º 0.94% 0.83% -
XYZ 35.07 29.73 4.27 -
YUV 140.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 212 129 13 0 0.39 0.94 0.17 34.97 0.88 0.44
Hex D4 81 D 0 27 5E 11 23 58 2C
Octal 324 201 15 0 47 136 21 43 130 54
Binary 11010100 10000001 1101 0 100111 1011110 10001 100011 1011000 101100

Color Harmonies of #D4810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4810D

Black with #D4810D

Text Example


Text Example

White with #D4810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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