Html Css Color HEX #DD7227 Tahiti Gold

📋 copy color: '#DD7227'

red 221 ◦ green 114 ◦ blue 39

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

Shades of Tahiti Gold #DD7227

Tints of Tahiti Gold #DD7227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 59.09%
G = 30.48%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7227 (or 0xDD7227) is known color: Tahiti Gold. HEX triplet: DD, 72 and 27. RGB value is (221,114,39). Sum of RGB (Red+Green+Blue) = 221+114+39=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7227 is #228DD8. Grayscale: #898989. Windows color (decimal): -2264537 or 2585309. OLE color: 2585309.

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

Color convert

RGB 221 114 39 -
CMYK 0 0.48 0.82 0.13
HSL 24.73º 0.73% 0.51% -
HSV(B) 24.73º 0.82% 0.87% -
XYZ 36.2 27.55 5.33 -
YUV 137.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 221 114 39 0 0.48 0.82 0.13 24.73 0.73 0.51
Hex DD 72 27 0 30 52 D 19 49 33
Octal 335 162 47 0 60 122 15 31 111 63
Binary 11011101 1110010 100111 0 110000 1010010 1101 11001 1001001 110011

Color Harmonies of #DD7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7227

Black with #DD7227

Text Example


Text Example

White with #DD7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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