Html Css Color HEX #DD6A29 Tahiti Gold

📋 copy color: '#DD6A29'

red 221 ◦ green 106 ◦ blue 41

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

Shades of Tahiti Gold #DD6A29

Tints of Tahiti Gold #DD6A29

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 60.05%
G = 28.8%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD6A29 (or 0xDD6A29) is known color: Tahiti Gold. HEX triplet: DD, 6A and 29. RGB value is (221,106,41). Sum of RGB (Red+Green+Blue) = 221+106+41=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A29 is #2295D6. Grayscale: #858585. Windows color (decimal): -2266583 or 2714333. OLE color: 2714333.

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

Color convert

RGB 221 106 41 -
CMYK 0 0.52 0.81 0.13
HSL 21.67º 0.73% 0.51% -
HSV(B) 21.67º 0.81% 0.87% -
XYZ 35.37 25.84 5.22 -
YUV 132.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 221 106 41 0 0.52 0.81 0.13 21.67 0.73 0.51
Hex DD 6A 29 0 34 51 D 16 49 33
Octal 335 152 51 0 64 121 15 26 111 63
Binary 11011101 1101010 101001 0 110100 1010001 1101 10110 1001001 110011

Color Harmonies of #DD6A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A29

Black with #DD6A29

Text Example


Text Example

White with #DD6A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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