Html Css Color HEX #D07024 Ochre

📋 copy color: '#D07024'

red 208 ◦ green 112 ◦ blue 36

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

Shades of Ochre #D07024

Tints of Ochre #D07024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

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

R = 58.43%
G = 31.46%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07024 (or 0xD07024) is known color: Ochre. HEX triplet: D0, 70 and 24. RGB value is (208,112,36). Sum of RGB (Red+Green+Blue) = 208+112+36=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D07024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07024 is #2F8FDB. Grayscale: #848484. Windows color (decimal): -3117020 or 2388176. OLE color: 2388176.

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

Color convert

RGB 208 112 36 -
CMYK 0 0.46 0.83 0.18
HSL 26.51º 0.7% 0.48% -
HSV(B) 26.51º 0.83% 0.82% -
XYZ 32.13 25.13 4.83 -
YUV 132.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 208 112 36 0 0.46 0.83 0.18 26.51 0.7 0.48
Hex D0 70 24 0 2E 53 12 1B 46 30
Octal 320 160 44 0 56 123 22 33 106 60
Binary 11010000 1110000 100100 0 101110 1010011 10010 11011 1000110 110000

Color Harmonies of #D07024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07024

Black with #D07024

Text Example


Text Example

White with #D07024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07024; }

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

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

background-color css

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

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

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

border-color css

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

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

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