Html Css Color HEX #DD8027 Tahiti Gold

📋 copy color: '#DD8027'

red 221 ◦ green 128 ◦ blue 39

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

Shades of Tahiti Gold #DD8027

Tints of Tahiti Gold #DD8027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.05%

R = 56.96%
G = 32.99%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD8027 (or 0xDD8027) is known color: Tahiti Gold. HEX triplet: DD, 80 and 27. RGB value is (221,128,39). Sum of RGB (Red+Green+Blue) = 221+128+39=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8027 is #227FD8. Grayscale: #929292. Windows color (decimal): -2260953 or 2588893. OLE color: 2588893.

HSL color Cylindrical-coordinate representation of color #DD8027: hue angle of 29.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD8027 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 39 -
CMYK 0 0.42 0.82 0.13
HSL 29.34º 0.73% 0.51% -
HSV(B) 29.34º 0.82% 0.87% -
XYZ 37.9 30.96 5.9 -
YUV 145.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 221 128 39 0 0.42 0.82 0.13 29.34 0.73 0.51
Hex DD 80 27 0 2A 52 D 1D 49 33
Octal 335 200 47 0 52 122 15 35 111 63
Binary 11011101 10000000 100111 0 101010 1010010 1101 11101 1001001 110011

Color Harmonies of #DD8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8027

Black with #DD8027

Text Example


Text Example

White with #DD8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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