Html Css Color HEX #D0801D Ochre

📋 copy color: '#D0801D'

red 208 ◦ green 128 ◦ blue 29

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

Shades of Ochre #D0801D

Tints of Ochre #D0801D

RGB

 RED value IS 208 (81.64% from 255) = 56.99%

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

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

R = 56.99%
G = 35.07%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0801D (or 0xD0801D) is known color: Ochre. HEX triplet: D0, 80 and 1D. RGB value is (208,128,29). Sum of RGB (Red+Green+Blue) = 208+128+29=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0801D is #2F7FE2. Grayscale: #8D8D8D. Windows color (decimal): -3112931 or 1933520. OLE color: 1933520.

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

Color convert

RGB 208 128 29 -
CMYK 0 0.38 0.86 0.18
HSL 33.18º 0.76% 0.46% -
HSV(B) 33.18º 0.86% 0.82% -
XYZ 33.95 28.94 4.96 -
YUV 140.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 208 128 29 0 0.38 0.86 0.18 33.18 0.76 0.46
Hex D0 80 1D 0 26 56 12 21 4C 2E
Octal 320 200 35 0 46 126 22 41 114 56
Binary 11010000 10000000 11101 0 100110 1010110 10010 100001 1001100 101110

Color Harmonies of #D0801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0801D

Black with #D0801D

Text Example


Text Example

White with #D0801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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