Html Css Color HEX #D07821 Ochre

📋 copy color: '#D07821'

red 208 ◦ green 120 ◦ blue 33

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

Shades of Ochre #D07821

Tints of Ochre #D07821

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 33 (13.28% from 255) = 9.14%

R = 57.62%
G = 33.24%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07821 (or 0xD07821) is known color: Ochre. HEX triplet: D0, 78 and 21. RGB value is (208,120,33). Sum of RGB (Red+Green+Blue) = 208+120+33=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07821 is #2F87DE. Grayscale: #888888. Windows color (decimal): -3114975 or 2193616. OLE color: 2193616.

HSL color Cylindrical-coordinate representation of color #D07821: hue angle of 29.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D07821 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 33 -
CMYK 0 0.42 0.84 0.18
HSL 29.83º 0.73% 0.47% -
HSV(B) 29.83º 0.84% 0.82% -
XYZ 33 26.95 4.9 -
YUV 136.39 69.65 179.07 -
System Red Green Blue C M Y K H S L
Decimal 208 120 33 0 0.42 0.84 0.18 29.83 0.73 0.47
Hex D0 78 21 0 2A 54 12 1E 49 2F
Octal 320 170 41 0 52 124 22 36 111 57
Binary 11010000 1111000 100001 0 101010 1010100 10010 11110 1001001 101111

Color Harmonies of #D07821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07821

Black with #D07821

Text Example


Text Example

White with #D07821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07821; }

 p { color: rgb(208,120,33); }

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

background-color css

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

 a { background-color: rgb(208,120,33); }

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

border-color css

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

 span { border-color: rgb(208,120,33); }

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