Html Css Color HEX #D2801A Ochre

📋 copy color: '#D2801A'

red 210 ◦ green 128 ◦ blue 26

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

Shades of Ochre #D2801A

Tints of Ochre #D2801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.14%

R = 57.69%
G = 35.16%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2801A (or 0xD2801A) is known color: Ochre. HEX triplet: D2, 80 and 1A. RGB value is (210,128,26). Sum of RGB (Red+Green+Blue) = 210+128+26=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D2801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2801A is #2D7FE5. Grayscale: #8D8D8D. Windows color (decimal): -2981862 or 1736914. OLE color: 1736914.

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

Color convert

RGB 210 128 26 -
CMYK 0 0.39 0.88 0.18
HSL 33.26º 0.78% 0.46% -
HSV(B) 33.26º 0.88% 0.82% -
XYZ 34.48 29.21 4.8 -
YUV 140.89 63.17 177.29 -
System Red Green Blue C M Y K H S L
Decimal 210 128 26 0 0.39 0.88 0.18 33.26 0.78 0.46
Hex D2 80 1A 0 27 58 12 21 4E 2E
Octal 322 200 32 0 47 130 22 41 116 56
Binary 11010010 10000000 11010 0 100111 1011000 10010 100001 1001110 101110

Color Harmonies of #D2801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2801A

Black with #D2801A

Text Example


Text Example

White with #D2801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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