Html Css Color HEX #D07C20 Ochre

📋 copy color: '#D07C20'

red 208 ◦ green 124 ◦ blue 32

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

Shades of Ochre #D07C20

Tints of Ochre #D07C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 57.14%
G = 34.07%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D07C20 (or 0xD07C20) is known color: Ochre. HEX triplet: D0, 7C and 20. RGB value is (208,124,32). Sum of RGB (Red+Green+Blue) = 208+124+32=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C20 is #2F83DF. Grayscale: #8B8B8B. Windows color (decimal): -3113952 or 2129104. OLE color: 2129104.

HSL color Cylindrical-coordinate representation of color #D07C20: hue angle of 31.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D07C20 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 32 -
CMYK 0 0.40 0.85 0.18
HSL 31.36º 0.73% 0.47% -
HSV(B) 31.36º 0.85% 0.82% -
XYZ 33.48 27.93 4.99 -
YUV 138.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 208 124 32 0 0.40 0.85 0.18 31.36 0.73 0.47
Hex D0 7C 20 0 28 55 12 1F 49 2F
Octal 320 174 40 0 50 125 22 37 111 57
Binary 11010000 1111100 100000 0 101000 1010101 10010 11111 1001001 101111

Color Harmonies of #D07C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C20

Black with #D07C20

Text Example


Text Example

White with #D07C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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