Html Css Color HEX #DD7735 Tahiti Gold

📋 copy color: '#DD7735'

red 221 ◦ green 119 ◦ blue 53

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

Shades of Tahiti Gold #DD7735

Tints of Tahiti Gold #DD7735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.49%

R = 56.23%
G = 30.28%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7735 (or 0xDD7735) is known color: Tahiti Gold. HEX triplet: DD, 77 and 35. RGB value is (221,119,53). Sum of RGB (Red+Green+Blue) = 221+119+53=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7735 is #2288CA. Grayscale: #8E8E8E. Windows color (decimal): -2263243 or 3504093. OLE color: 3504093.

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

Color convert

RGB 221 119 53 -
CMYK 0 0.46 0.76 0.13
HSL 23.57º 0.71% 0.54% -
HSV(B) 23.57º 0.76% 0.87% -
XYZ 37.06 28.82 6.98 -
YUV 141.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 221 119 53 0 0.46 0.76 0.13 23.57 0.71 0.54
Hex DD 77 35 0 2E 4C D 18 47 36
Octal 335 167 65 0 56 114 15 30 107 66
Binary 11011101 1110111 110101 0 101110 1001100 1101 11000 1000111 110110

Color Harmonies of #DD7735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7735

Black with #DD7735

Text Example


Text Example

White with #DD7735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7735; }

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

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

background-color css

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

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

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

border-color css

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

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

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