Html Css Color HEX #D07F16 Ochre

📋 copy color: '#D07F16'

red 208 ◦ green 127 ◦ blue 22

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

Shades of Ochre #D07F16

Tints of Ochre #D07F16

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

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

R = 58.26%
G = 35.57%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07F16 (or 0xD07F16) is known color: Ochre. HEX triplet: D0, 7F and 16. RGB value is (208,127,22). Sum of RGB (Red+Green+Blue) = 208+127+22=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F16 is #2F80E9. Grayscale: #8B8B8B. Windows color (decimal): -3113194 or 1474512. OLE color: 1474512.

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

Color convert

RGB 208 127 22 -
CMYK 0 0.39 0.89 0.18
HSL 33.87º 0.81% 0.45% -
HSV(B) 33.87º 0.89% 0.82% -
XYZ 33.75 28.65 4.51 -
YUV 139.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 208 127 22 0 0.39 0.89 0.18 33.87 0.81 0.45
Hex D0 7F 16 0 27 59 12 22 51 2D
Octal 320 177 26 0 47 131 22 42 121 55
Binary 11010000 1111111 10110 0 100111 1011001 10010 100010 1010001 101101

Color Harmonies of #D07F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F16

Black with #D07F16

Text Example


Text Example

White with #D07F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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