Html Css Color HEX #D2800B Ochre

📋 copy color: '#D2800B'

red 210 ◦ green 128 ◦ blue 11

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

Shades of Ochre #D2800B

Tints of Ochre #D2800B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 60.17%
G = 36.68%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2800B (or 0xD2800B) is known color: Ochre. HEX triplet: D2, 80 and 0B. RGB value is (210,128,11). Sum of RGB (Red+Green+Blue) = 210+128+11=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2800B is #2D7FF4. Grayscale: #8B8B8B. Windows color (decimal): -2981877 or 753874. OLE color: 753874.

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

Color convert

RGB 210 128 11 -
CMYK 0 0.39 0.95 0.18
HSL 35.28º 0.9% 0.43% -
HSV(B) 35.28º 0.95% 0.82% -
XYZ 34.36 29.16 4.13 -
YUV 139.18 55.67 178.51 -
System Red Green Blue C M Y K H S L
Decimal 210 128 11 0 0.39 0.95 0.18 35.28 0.9 0.43
Hex D2 80 B 0 27 5F 12 23 5A 2B
Octal 322 200 13 0 47 137 22 43 132 53
Binary 11010010 10000000 1011 0 100111 1011111 10010 100011 1011010 101011

Color Harmonies of #D2800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2800B

Black with #D2800B

Text Example


Text Example

White with #D2800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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