Html Css Color HEX #D07524 Ochre

📋 copy color: '#D07524'

red 208 ◦ green 117 ◦ blue 36

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

Shades of Ochre #D07524

Tints of Ochre #D07524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 57.62%
G = 32.41%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07524 (or 0xD07524) is known color: Ochre. HEX triplet: D0, 75 and 24. RGB value is (208,117,36). Sum of RGB (Red+Green+Blue) = 208+117+36=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07524 is #2F8ADB. Grayscale: #878787. Windows color (decimal): -3115740 or 2389456. OLE color: 2389456.

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

Color convert

RGB 208 117 36 -
CMYK 0 0.44 0.83 0.18
HSL 28.26º 0.7% 0.48% -
HSV(B) 28.26º 0.83% 0.82% -
XYZ 32.69 26.26 5.01 -
YUV 134.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 208 117 36 0 0.44 0.83 0.18 28.26 0.7 0.48
Hex D0 75 24 0 2C 53 12 1C 46 30
Octal 320 165 44 0 54 123 22 34 106 60
Binary 11010000 1110101 100100 0 101100 1010011 10010 11100 1000110 110000

Color Harmonies of #D07524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07524

Black with #D07524

Text Example


Text Example

White with #D07524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07524; }

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

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

background-color css

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

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

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

border-color css

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

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

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