Html Css Color HEX #DD7E27 Tahiti Gold

📋 copy color: '#DD7E27'

red 221 ◦ green 126 ◦ blue 39

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

Shades of Tahiti Gold #DD7E27

Tints of Tahiti Gold #DD7E27

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

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

R = 57.25%
G = 32.64%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD7E27 (or 0xDD7E27) is known color: Tahiti Gold. HEX triplet: DD, 7E and 27. RGB value is (221,126,39). Sum of RGB (Red+Green+Blue) = 221+126+39=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E27 is #2281D8. Grayscale: #909090. Windows color (decimal): -2261465 or 2588381. OLE color: 2588381.

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

Color convert

RGB 221 126 39 -
CMYK 0 0.43 0.82 0.13
HSL 28.68º 0.73% 0.51% -
HSV(B) 28.68º 0.82% 0.87% -
XYZ 37.65 30.44 5.81 -
YUV 144.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 221 126 39 0 0.43 0.82 0.13 28.68 0.73 0.51
Hex DD 7E 27 0 2B 52 D 1D 49 33
Octal 335 176 47 0 53 122 15 35 111 63
Binary 11011101 1111110 100111 0 101011 1010010 1101 11101 1001001 110011

Color Harmonies of #DD7E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E27

Black with #DD7E27

Text Example


Text Example

White with #DD7E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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