Html Css Color HEX #DD7629 Tahiti Gold

📋 copy color: '#DD7629'

red 221 ◦ green 118 ◦ blue 41

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

Shades of Tahiti Gold #DD7629

Tints of Tahiti Gold #DD7629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

 BLUE value IS 41 (16.41% from 255) = 10.79%

R = 58.16%
G = 31.05%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD7629 (or 0xDD7629) is known color: Tahiti Gold. HEX triplet: DD, 76 and 29. RGB value is (221,118,41). Sum of RGB (Red+Green+Blue) = 221+118+41=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7629 is #2289D6. Grayscale: #8C8C8C. Windows color (decimal): -2263511 or 2717405. OLE color: 2717405.

HSL color Cylindrical-coordinate representation of color #DD7629: hue angle of 25.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD7629 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 41 -
CMYK 0 0.47 0.81 0.13
HSL 25.67º 0.73% 0.51% -
HSV(B) 25.67º 0.81% 0.87% -
XYZ 36.7 28.49 5.66 -
YUV 140.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 221 118 41 0 0.47 0.81 0.13 25.67 0.73 0.51
Hex DD 76 29 0 2F 51 D 1A 49 33
Octal 335 166 51 0 57 121 15 32 111 63
Binary 11011101 1110110 101001 0 101111 1010001 1101 11010 1001001 110011

Color Harmonies of #DD7629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7629

Black with #DD7629

Text Example


Text Example

White with #DD7629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7629; }

 p { color: rgb(221,118,41); }

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

background-color css

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

 a { background-color: rgb(221,118,41); }

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

border-color css

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

 span { border-color: rgb(221,118,41); }

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