Html Css Color HEX #DD8029 Tahiti Gold

📋 copy color: '#DD8029'

red 221 ◦ green 128 ◦ blue 41

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

Shades of Tahiti Gold #DD8029

Tints of Tahiti Gold #DD8029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

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

R = 56.67%
G = 32.82%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD8029 (or 0xDD8029) is known color: Tahiti Gold. HEX triplet: DD, 80 and 29. RGB value is (221,128,41). Sum of RGB (Red+Green+Blue) = 221+128+41=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8029 is #227FD6. Grayscale: #929292. Windows color (decimal): -2260951 or 2719965. OLE color: 2719965.

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

Color convert

RGB 221 128 41 -
CMYK 0 0.42 0.81 0.13
HSL 29º 0.73% 0.51% -
HSV(B) 29º 0.81% 0.87% -
XYZ 37.94 30.97 6.08 -
YUV 145.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 221 128 41 0 0.42 0.81 0.13 29 0.73 0.51
Hex DD 80 29 0 2A 51 D 1D 49 33
Octal 335 200 51 0 52 121 15 35 111 63
Binary 11011101 10000000 101001 0 101010 1010001 1101 11101 1001001 110011

Color Harmonies of #DD8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8029

Black with #DD8029

Text Example


Text Example

White with #DD8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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