Html Css Color HEX #D07124 Ochre

📋 copy color: '#D07124'

red 208 ◦ green 113 ◦ blue 36

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

Shades of Ochre #D07124

Tints of Ochre #D07124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 58.26%
G = 31.65%
B = 10.08%

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

#D07124 (or 0xD07124) is known color: Ochre. HEX triplet: D0, 71 and 24. RGB value is (208,113,36). Sum of RGB (Red+Green+Blue) = 208+113+36=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D07124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07124 is #2F8EDB. Grayscale: #858585. Windows color (decimal): -3116764 or 2388432. OLE color: 2388432.

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

Color convert

RGB 208 113 36 -
CMYK 0 0.46 0.83 0.18
HSL 26.86º 0.7% 0.48% -
HSV(B) 26.86º 0.83% 0.82% -
XYZ 32.24 25.35 4.86 -
YUV 132.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 208 113 36 0 0.46 0.83 0.18 26.86 0.7 0.48
Hex D0 71 24 0 2E 53 12 1B 46 30
Octal 320 161 44 0 56 123 22 33 106 60
Binary 11010000 1110001 100100 0 101110 1010011 10010 11011 1000110 110000

Color Harmonies of #D07124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07124

Black with #D07124

Text Example


Text Example

White with #D07124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07124; }

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

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

background-color css

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

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

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

border-color css

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

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

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