Html Css Color HEX #D07724 Ochre

📋 copy color: '#D07724'

red 208 ◦ green 119 ◦ blue 36

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

Shades of Ochre #D07724

Tints of Ochre #D07724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.92%

R = 57.3%
G = 32.78%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07724 (or 0xD07724) is known color: Ochre. HEX triplet: D0, 77 and 24. RGB value is (208,119,36). Sum of RGB (Red+Green+Blue) = 208+119+36=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D07724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07724 is #2F88DB. Grayscale: #888888. Windows color (decimal): -3115228 or 2389968. OLE color: 2389968.

HSL color Cylindrical-coordinate representation of color #D07724: hue angle of 28.95º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D07724 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 36 -
CMYK 0 0.43 0.83 0.18
HSL 28.95º 0.7% 0.48% -
HSV(B) 28.95º 0.83% 0.82% -
XYZ 32.93 26.73 5.09 -
YUV 136.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 208 119 36 0 0.43 0.83 0.18 28.95 0.7 0.48
Hex D0 77 24 0 2B 53 12 1D 46 30
Octal 320 167 44 0 53 123 22 35 106 60
Binary 11010000 1110111 100100 0 101011 1010011 10010 11101 1000110 110000

Color Harmonies of #D07724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07724

Black with #D07724

Text Example


Text Example

White with #D07724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07724; }

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

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

background-color css

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

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

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

border-color css

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

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

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