Html Css Color HEX #D07721 Ochre

📋 copy color: '#D07721'

red 208 ◦ green 119 ◦ blue 33

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

Shades of Ochre #D07721

Tints of Ochre #D07721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

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

R = 57.78%
G = 33.06%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D07721 (or 0xD07721) is known color: Ochre. HEX triplet: D0, 77 and 21. RGB value is (208,119,33). Sum of RGB (Red+Green+Blue) = 208+119+33=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D07721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07721 is #2F88DE. Grayscale: #888888. Windows color (decimal): -3115231 or 2193360. OLE color: 2193360.

HSL color Cylindrical-coordinate representation of color #D07721: hue angle of 29.49º 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 #D07721 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 33 -
CMYK 0 0.43 0.84 0.18
HSL 29.49º 0.73% 0.47% -
HSV(B) 29.49º 0.84% 0.82% -
XYZ 32.88 26.71 4.86 -
YUV 135.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 208 119 33 0 0.43 0.84 0.18 29.49 0.73 0.47
Hex D0 77 21 0 2B 54 12 1D 49 2F
Octal 320 167 41 0 53 124 22 35 111 57
Binary 11010000 1110111 100001 0 101011 1010100 10010 11101 1001001 101111

Color Harmonies of #D07721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07721

Black with #D07721

Text Example


Text Example

White with #D07721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07721; }

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

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

background-color css

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

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

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

border-color css

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

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

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