Html Css Color HEX #DD7727 Tahiti Gold

📋 copy color: '#DD7727'

red 221 ◦ green 119 ◦ blue 39

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

Shades of Tahiti Gold #DD7727

Tints of Tahiti Gold #DD7727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 58.31%
G = 31.4%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7727 (or 0xDD7727) is known color: Tahiti Gold. HEX triplet: DD, 77 and 27. RGB value is (221,119,39). Sum of RGB (Red+Green+Blue) = 221+119+39=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7727 is #2288D8. Grayscale: #8C8C8C. Windows color (decimal): -2263257 or 2586589. OLE color: 2586589.

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

Color convert

RGB 221 119 39 -
CMYK 0 0.46 0.82 0.13
HSL 26.37º 0.73% 0.51% -
HSV(B) 26.37º 0.82% 0.87% -
XYZ 36.78 28.71 5.52 -
YUV 140.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 221 119 39 0 0.46 0.82 0.13 26.37 0.73 0.51
Hex DD 77 27 0 2E 52 D 1A 49 33
Octal 335 167 47 0 56 122 15 32 111 63
Binary 11011101 1110111 100111 0 101110 1010010 1101 11010 1001001 110011

Color Harmonies of #DD7727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7727

Black with #DD7727

Text Example


Text Example

White with #DD7727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7727; }

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

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

background-color css

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

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

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

border-color css

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

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

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