Html Css Color HEX #D07C24 Ochre

📋 copy color: '#D07C24'

red 208 ◦ green 124 ◦ blue 36

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

Shades of Ochre #D07C24

Tints of Ochre #D07C24

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 56.52%
G = 33.7%
B = 9.78%

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

#D07C24 (or 0xD07C24) is known color: Ochre. HEX triplet: D0, 7C and 24. RGB value is (208,124,36). Sum of RGB (Red+Green+Blue) = 208+124+36=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C24 is #2F83DB. Grayscale: #8B8B8B. Windows color (decimal): -3113948 or 2391248. OLE color: 2391248.

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

Color convert

RGB 208 124 36 -
CMYK 0 0.40 0.83 0.18
HSL 30.7º 0.7% 0.48% -
HSV(B) 30.7º 0.83% 0.82% -
XYZ 33.54 27.95 5.3 -
YUV 139.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 208 124 36 0 0.40 0.83 0.18 30.7 0.7 0.48
Hex D0 7C 24 0 28 53 12 1F 46 30
Octal 320 174 44 0 50 123 22 37 106 60
Binary 11010000 1111100 100100 0 101000 1010011 10010 11111 1000110 110000

Color Harmonies of #D07C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C24

Black with #D07C24

Text Example


Text Example

White with #D07C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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