Html Css Color HEX #DD8227 Tahiti Gold

📋 copy color: '#DD8227'

red 221 ◦ green 130 ◦ blue 39

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

Shades of Tahiti Gold #DD8227

Tints of Tahiti Gold #DD8227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

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

R = 56.67%
G = 33.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD8227 (or 0xDD8227) is known color: Tahiti Gold. HEX triplet: DD, 82 and 27. RGB value is (221,130,39). Sum of RGB (Red+Green+Blue) = 221+130+39=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8227 is #227DD8. Grayscale: #939393. Windows color (decimal): -2260441 or 2589405. OLE color: 2589405.

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

Color convert

RGB 221 130 39 -
CMYK 0 0.41 0.82 0.13
HSL 30º 0.73% 0.51% -
HSV(B) 30º 0.82% 0.87% -
XYZ 38.17 31.48 5.98 -
YUV 146.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 221 130 39 0 0.41 0.82 0.13 30 0.73 0.51
Hex DD 82 27 0 29 52 D 1E 49 33
Octal 335 202 47 0 51 122 15 36 111 63
Binary 11011101 10000010 100111 0 101001 1010010 1101 11110 1001001 110011

Color Harmonies of #DD8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8227

Black with #DD8227

Text Example


Text Example

White with #DD8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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