Html Css Color HEX #D07D16 Ochre

📋 copy color: '#D07D16'

red 208 ◦ green 125 ◦ blue 22

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

Shades of Ochre #D07D16

Tints of Ochre #D07D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 58.59%
G = 35.21%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07D16 (or 0xD07D16) is known color: Ochre. HEX triplet: D0, 7D and 16. RGB value is (208,125,22). Sum of RGB (Red+Green+Blue) = 208+125+22=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07D16 is #2F82E9. Grayscale: #8A8A8A. Windows color (decimal): -3113706 or 1474000. OLE color: 1474000.

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

Color convert

RGB 208 125 22 -
CMYK 0 0.40 0.89 0.18
HSL 33.23º 0.81% 0.45% -
HSV(B) 33.23º 0.89% 0.82% -
XYZ 33.49 28.14 4.42 -
YUV 138.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 208 125 22 0 0.40 0.89 0.18 33.23 0.81 0.45
Hex D0 7D 16 0 28 59 12 21 51 2D
Octal 320 175 26 0 50 131 22 41 121 55
Binary 11010000 1111101 10110 0 101000 1011001 10010 100001 1010001 101101

Color Harmonies of #D07D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D16

Black with #D07D16

Text Example


Text Example

White with #D07D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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