Html Css Color HEX #D2801D Ochre

📋 copy color: '#D2801D'

red 210 ◦ green 128 ◦ blue 29

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

Shades of Ochre #D2801D

Tints of Ochre #D2801D

RGB

 RED value IS 210 (82.42% from 255) = 57.22%

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 57.22%
G = 34.88%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2801D (or 0xD2801D) is known color: Ochre. HEX triplet: D2, 80 and 1D. RGB value is (210,128,29). Sum of RGB (Red+Green+Blue) = 210+128+29=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2801D is #2D7FE2. Grayscale: #8D8D8D. Windows color (decimal): -2981859 or 1933522. OLE color: 1933522.

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

Color convert

RGB 210 128 29 -
CMYK 0 0.39 0.86 0.18
HSL 32.82º 0.76% 0.47% -
HSV(B) 32.82º 0.86% 0.82% -
XYZ 34.52 29.23 4.98 -
YUV 141.23 64.67 177.05 -
System Red Green Blue C M Y K H S L
Decimal 210 128 29 0 0.39 0.86 0.18 32.82 0.76 0.47
Hex D2 80 1D 0 27 56 12 21 4C 2F
Octal 322 200 35 0 47 126 22 41 114 57
Binary 11010010 10000000 11101 0 100111 1010110 10010 100001 1001100 101111

Color Harmonies of #D2801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2801D

Black with #D2801D

Text Example


Text Example

White with #D2801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2801D; }

 p { color: rgb(210,128,29); }

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

background-color css

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

 a { background-color: rgb(210,128,29); }

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

border-color css

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

 span { border-color: rgb(210,128,29); }

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