Html Css Color HEX #DD7719 Tahiti Gold

📋 copy color: '#DD7719'

red 221 ◦ green 119 ◦ blue 25

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

Shades of Tahiti Gold #DD7719

Tints of Tahiti Gold #DD7719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

 BLUE value IS 25 (10.16% from 255) = 6.85%

R = 60.55%
G = 32.6%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7719 (or 0xDD7719) is known color: Tahiti Gold. HEX triplet: DD, 77 and 19. RGB value is (221,119,25). Sum of RGB (Red+Green+Blue) = 221+119+25=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7719 is #2288E6. Grayscale: #8B8B8B. Windows color (decimal): -2263271 or 1669085. OLE color: 1669085.

HSL color Cylindrical-coordinate representation of color #DD7719: hue angle of 28.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD7719 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 25 -
CMYK 0 0.46 0.89 0.13
HSL 28.78º 0.8% 0.48% -
HSV(B) 28.78º 0.89% 0.87% -
XYZ 36.59 28.64 4.52 -
YUV 138.78 63.79 186.64 -
System Red Green Blue C M Y K H S L
Decimal 221 119 25 0 0.46 0.89 0.13 28.78 0.8 0.48
Hex DD 77 19 0 2E 59 D 1D 50 30
Octal 335 167 31 0 56 131 15 35 120 60
Binary 11011101 1110111 11001 0 101110 1011001 1101 11101 1010000 110000

Color Harmonies of #DD7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7719

Black with #DD7719

Text Example


Text Example

White with #DD7719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7719; }

 p { color: rgb(221,119,25); }

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

background-color css

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

 a { background-color: rgb(221,119,25); }

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

border-color css

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

 span { border-color: rgb(221,119,25); }

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