Html Css Color HEX #DD8127 Tahiti Gold

📋 copy color: '#DD8127'

red 221 ◦ green 129 ◦ blue 39

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

Shades of Tahiti Gold #DD8127

Tints of Tahiti Gold #DD8127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 56.81%
G = 33.16%
B = 10.03%

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

#DD8127 (or 0xDD8127) is known color: Tahiti Gold. HEX triplet: DD, 81 and 27. RGB value is (221,129,39). Sum of RGB (Red+Green+Blue) = 221+129+39=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8127 is #227ED8. Grayscale: #929292. Windows color (decimal): -2260697 or 2589149. OLE color: 2589149.

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

Color convert

RGB 221 129 39 -
CMYK 0 0.42 0.82 0.13
HSL 29.67º 0.73% 0.51% -
HSV(B) 29.67º 0.82% 0.87% -
XYZ 38.04 31.22 5.94 -
YUV 146.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 221 129 39 0 0.42 0.82 0.13 29.67 0.73 0.51
Hex DD 81 27 0 2A 52 D 1E 49 33
Octal 335 201 47 0 52 122 15 36 111 63
Binary 11011101 10000001 100111 0 101010 1010010 1101 11110 1001001 110011

Color Harmonies of #DD8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8127

Black with #DD8127

Text Example


Text Example

White with #DD8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8127; }

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

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

background-color css

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

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

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

border-color css

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

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

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