Html Css Color HEX #D07B20 Ochre

📋 copy color: '#D07B20'

red 208 ◦ green 123 ◦ blue 32

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

Shades of Ochre #D07B20

Tints of Ochre #D07B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

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

R = 57.3%
G = 33.88%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D07B20 (or 0xD07B20) is known color: Ochre. HEX triplet: D0, 7B and 20. RGB value is (208,123,32). Sum of RGB (Red+Green+Blue) = 208+123+32=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07B20 is #2F84DF. Grayscale: #8A8A8A. Windows color (decimal): -3114208 or 2128848. OLE color: 2128848.

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

Color convert

RGB 208 123 32 -
CMYK 0 0.41 0.85 0.18
HSL 31.02º 0.73% 0.47% -
HSV(B) 31.02º 0.85% 0.82% -
XYZ 33.36 27.68 4.95 -
YUV 138.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 208 123 32 0 0.41 0.85 0.18 31.02 0.73 0.47
Hex D0 7B 20 0 29 55 12 1F 49 2F
Octal 320 173 40 0 51 125 22 37 111 57
Binary 11010000 1111011 100000 0 101001 1010101 10010 11111 1001001 101111

Color Harmonies of #D07B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B20

Black with #D07B20

Text Example


Text Example

White with #D07B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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