Html Css Color HEX #DD7429 Tahiti Gold

📋 copy color: '#DD7429'

red 221 ◦ green 116 ◦ blue 41

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

Shades of Tahiti Gold #DD7429

Tints of Tahiti Gold #DD7429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

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

R = 58.47%
G = 30.69%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD7429 (or 0xDD7429) is known color: Tahiti Gold. HEX triplet: DD, 74 and 29. RGB value is (221,116,41). Sum of RGB (Red+Green+Blue) = 221+116+41=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7429 is #228BD6. Grayscale: #8B8B8B. Windows color (decimal): -2264023 or 2716893. OLE color: 2716893.

HSL color Cylindrical-coordinate representation of color #DD7429: hue angle of 25º 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 #DD7429 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 41 -
CMYK 0 0.48 0.81 0.13
HSL 25º 0.73% 0.51% -
HSV(B) 25º 0.81% 0.87% -
XYZ 36.46 28.02 5.58 -
YUV 138.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 221 116 41 0 0.48 0.81 0.13 25 0.73 0.51
Hex DD 74 29 0 30 51 D 19 49 33
Octal 335 164 51 0 60 121 15 31 111 63
Binary 11011101 1110100 101001 0 110000 1010001 1101 11001 1001001 110011

Color Harmonies of #DD7429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7429

Black with #DD7429

Text Example


Text Example

White with #DD7429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7429; }

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

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

background-color css

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

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

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

border-color css

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

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

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