Html Css Color HEX #DD6F20 Tahiti Gold

📋 copy color: '#DD6F20'

red 221 ◦ green 111 ◦ blue 32

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

Shades of Tahiti Gold #DD6F20

Tints of Tahiti Gold #DD6F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

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

R = 60.71%
G = 30.49%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD6F20 (or 0xDD6F20) is known color: Tahiti Gold. HEX triplet: DD, 6F and 20. RGB value is (221,111,32). Sum of RGB (Red+Green+Blue) = 221+111+32=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F20 is #2290DF. Grayscale: #878787. Windows color (decimal): -2265312 or 2125789. OLE color: 2125789.

HSL color Cylindrical-coordinate representation of color #DD6F20: hue angle of 25.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD6F20 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 32 -
CMYK 0 0.50 0.86 0.13
HSL 25.08º 0.75% 0.5% -
HSV(B) 25.08º 0.86% 0.87% -
XYZ 35.76 26.85 4.66 -
YUV 134.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 221 111 32 0 0.50 0.86 0.13 25.08 0.75 0.5
Hex DD 6F 20 0 32 56 D 19 4B 32
Octal 335 157 40 0 62 126 15 31 113 62
Binary 11011101 1101111 100000 0 110010 1010110 1101 11001 1001011 110010

Color Harmonies of #DD6F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F20

Black with #DD6F20

Text Example


Text Example

White with #DD6F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F20; }

 p { color: rgb(221,111,32); }

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

background-color css

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

 a { background-color: rgb(221,111,32); }

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

border-color css

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

 span { border-color: rgb(221,111,32); }

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