Html Css Color HEX #D2800F Ochre

📋 copy color: '#D2800F'

red 210 ◦ green 128 ◦ blue 15

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

Shades of Ochre #D2800F

Tints of Ochre #D2800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 59.49%
G = 36.26%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2800F (or 0xD2800F) is known color: Ochre. HEX triplet: D2, 80 and 0F. RGB value is (210,128,15). Sum of RGB (Red+Green+Blue) = 210+128+15=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2800F is #2D7FF0. Grayscale: #8C8C8C. Windows color (decimal): -2981873 or 1016018. OLE color: 1016018.

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

Color convert

RGB 210 128 15 -
CMYK 0 0.39 0.93 0.18
HSL 34.77º 0.87% 0.44% -
HSV(B) 34.77º 0.93% 0.82% -
XYZ 34.38 29.17 4.27 -
YUV 139.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 210 128 15 0 0.39 0.93 0.18 34.77 0.87 0.44
Hex D2 80 F 0 27 5D 12 23 57 2C
Octal 322 200 17 0 47 135 22 43 127 54
Binary 11010010 10000000 1111 0 100111 1011101 10010 100011 1010111 101100

Color Harmonies of #D2800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2800F

Black with #D2800F

Text Example


Text Example

White with #D2800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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