Html Css Color HEX #D7801D Ochre

📋 copy color: '#D7801D'

red 215 ◦ green 128 ◦ blue 29

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

Shades of Ochre #D7801D

Tints of Ochre #D7801D

RGB

 RED value IS 215 (84.38% from 255) = 57.8%

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

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

R = 57.8%
G = 34.41%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7801D (or 0xD7801D) is known color: Ochre. HEX triplet: D7, 80 and 1D. RGB value is (215,128,29). Sum of RGB (Red+Green+Blue) = 215+128+29=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7801D is #287FE2. Grayscale: #8F8F8F. Windows color (decimal): -2654179 or 1933527. OLE color: 1933527.

HSL color Cylindrical-coordinate representation of color #D7801D: hue angle of 31.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7801D is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 29 -
CMYK 0 0.40 0.87 0.16
HSL 31.94º 0.76% 0.48% -
HSV(B) 31.94º 0.87% 0.84% -
XYZ 35.97 29.97 5.05 -
YUV 142.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 215 128 29 0 0.40 0.87 0.16 31.94 0.76 0.48
Hex D7 80 1D 0 28 57 10 20 4C 30
Octal 327 200 35 0 50 127 20 40 114 60
Binary 11010111 10000000 11101 0 101000 1010111 10000 100000 1001100 110000

Color Harmonies of #D7801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7801D

Black with #D7801D

Text Example


Text Example

White with #D7801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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