Html Css Color HEX #DD7929 Tahiti Gold

📋 copy color: '#DD7929'

red 221 ◦ green 121 ◦ blue 41

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

Shades of Tahiti Gold #DD7929

Tints of Tahiti Gold #DD7929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

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

R = 57.7%
G = 31.59%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD7929 (or 0xDD7929) is known color: Tahiti Gold. HEX triplet: DD, 79 and 29. RGB value is (221,121,41). Sum of RGB (Red+Green+Blue) = 221+121+41=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7929 is #2286D6. Grayscale: #8E8E8E. Windows color (decimal): -2262743 or 2718173. OLE color: 2718173.

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

Color convert

RGB 221 121 41 -
CMYK 0 0.45 0.81 0.13
HSL 26.67º 0.73% 0.51% -
HSV(B) 26.67º 0.81% 0.87% -
XYZ 37.06 29.21 5.78 -
YUV 141.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 221 121 41 0 0.45 0.81 0.13 26.67 0.73 0.51
Hex DD 79 29 0 2D 51 D 1B 49 33
Octal 335 171 51 0 55 121 15 33 111 63
Binary 11011101 1111001 101001 0 101101 1010001 1101 11011 1001001 110011

Color Harmonies of #DD7929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7929

Black with #DD7929

Text Example


Text Example

White with #DD7929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7929; }

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

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

background-color css

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

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

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

border-color css

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

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

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