Html Css Color HEX #D07D24 Ochre

📋 copy color: '#D07D24'

red 208 ◦ green 125 ◦ blue 36

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

Shades of Ochre #D07D24

Tints of Ochre #D07D24

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

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

R = 56.37%
G = 33.88%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D07D24 (or 0xD07D24) is known color: Ochre. HEX triplet: D0, 7D and 24. RGB value is (208,125,36). Sum of RGB (Red+Green+Blue) = 208+125+36=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D24 is #2F82DB. Grayscale: #8C8C8C. Windows color (decimal): -3113692 or 2391504. OLE color: 2391504.

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

Color convert

RGB 208 125 36 -
CMYK 0 0.40 0.83 0.18
HSL 31.05º 0.7% 0.48% -
HSV(B) 31.05º 0.83% 0.82% -
XYZ 33.66 28.2 5.34 -
YUV 139.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 208 125 36 0 0.40 0.83 0.18 31.05 0.7 0.48
Hex D0 7D 24 0 28 53 12 1F 46 30
Octal 320 175 44 0 50 123 22 37 106 60
Binary 11010000 1111101 100100 0 101000 1010011 10010 11111 1000110 110000

Color Harmonies of #D07D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D24

Black with #D07D24

Text Example


Text Example

White with #D07D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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