Html Css Color HEX #D2800A Ochre

📋 copy color: '#D2800A'

red 210 ◦ green 128 ◦ blue 10

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

Shades of Ochre #D2800A

Tints of Ochre #D2800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 60.34%
G = 36.78%
B = 2.87%

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

#D2800A (or 0xD2800A) is known color: Ochre. HEX triplet: D2, 80 and 0A. RGB value is (210,128,10). Sum of RGB (Red+Green+Blue) = 210+128+10=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D2800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2800A is #2D7FF5. Grayscale: #8B8B8B. Windows color (decimal): -2981878 or 688338. OLE color: 688338.

HSL color Cylindrical-coordinate representation of color #D2800A: hue angle of 35.4º degrees, saturation: 0.91, 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 #D2800A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 10 -
CMYK 0 0.39 0.95 0.18
HSL 35.4º 0.91% 0.43% -
HSV(B) 35.4º 0.95% 0.82% -
XYZ 34.35 29.16 4.11 -
YUV 139.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 210 128 10 0 0.39 0.95 0.18 35.4 0.91 0.43
Hex D2 80 A 0 27 5F 12 23 5B 2B
Octal 322 200 12 0 47 137 22 43 133 53
Binary 11010010 10000000 1010 0 100111 1011111 10010 100011 1011011 101011

Color Harmonies of #D2800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2800A

Black with #D2800A

Text Example


Text Example

White with #D2800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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