Html Css Color HEX #DD7F17 Ochre

📋 copy color: '#DD7F17'

red 221 ◦ green 127 ◦ blue 23

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

Shades of Ochre #DD7F17

Tints of Ochre #DD7F17

RGB

 RED value IS 221 (86.72% from 255) = 59.57%

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 59.57%
G = 34.23%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7F17 (or 0xDD7F17) is known color: Ochre. HEX triplet: DD, 7F and 17. RGB value is (221,127,23). Sum of RGB (Red+Green+Blue) = 221+127+23=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F17 is #2280E8. Grayscale: #8F8F8F. Windows color (decimal): -2261225 or 1540061. OLE color: 1540061.

HSL color Cylindrical-coordinate representation of color #DD7F17: hue angle of 31.52º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7F17 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 127 23 -
CMYK 0 0.43 0.90 0.13
HSL 31.52º 0.81% 0.48% -
HSV(B) 31.52º 0.9% 0.87% -
XYZ 37.56 30.61 4.74 -
YUV 143.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 221 127 23 0 0.43 0.90 0.13 31.52 0.81 0.48
Hex DD 7F 17 0 2B 5A D 20 51 30
Octal 335 177 27 0 53 132 15 40 121 60
Binary 11011101 1111111 10111 0 101011 1011010 1101 100000 1010001 110000

Color Harmonies of #DD7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F17

Black with #DD7F17

Text Example


Text Example

White with #DD7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F17; }

 p { color: rgb(221,127,23); }

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

background-color css

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

 a { background-color: rgb(221,127,23); }

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

border-color css

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

 span { border-color: rgb(221,127,23); }

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