Html Css Color HEX #DD6929 Tahiti Gold

📋 copy color: '#DD6929'

red 221 ◦ green 105 ◦ blue 41

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

Shades of Tahiti Gold #DD6929

Tints of Tahiti Gold #DD6929

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 60.22%
G = 28.61%
B = 11.17%

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

#DD6929 (or 0xDD6929) is known color: Tahiti Gold. HEX triplet: DD, 69 and 29. RGB value is (221,105,41). Sum of RGB (Red+Green+Blue) = 221+105+41=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6929 is #2296D6. Grayscale: #848484. Windows color (decimal): -2266839 or 2714077. OLE color: 2714077.

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

Color convert

RGB 221 105 41 -
CMYK 0 0.52 0.81 0.13
HSL 21.33º 0.73% 0.51% -
HSV(B) 21.33º 0.81% 0.87% -
XYZ 35.27 25.64 5.19 -
YUV 132.39 76.43 191.2 -
System Red Green Blue C M Y K H S L
Decimal 221 105 41 0 0.52 0.81 0.13 21.33 0.73 0.51
Hex DD 69 29 0 34 51 D 15 49 33
Octal 335 151 51 0 64 121 15 25 111 63
Binary 11011101 1101001 101001 0 110100 1010001 1101 10101 1001001 110011

Color Harmonies of #DD6929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6929

Black with #DD6929

Text Example


Text Example

White with #DD6929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6929; }

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

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

background-color css

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

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

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

border-color css

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

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

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