Html Css Color HEX #DD6727 Tahiti Gold

📋 copy color: '#DD6727'

red 221 ◦ green 103 ◦ blue 39

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

Shades of Tahiti Gold #DD6727

Tints of Tahiti Gold #DD6727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 60.88%
G = 28.37%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD6727 (or 0xDD6727) is known color: Tahiti Gold. HEX triplet: DD, 67 and 27. RGB value is (221,103,39). Sum of RGB (Red+Green+Blue) = 221+103+39=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6727 is #2298D8. Grayscale: #838383. Windows color (decimal): -2267353 or 2582493. OLE color: 2582493.

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

Color convert

RGB 221 103 39 -
CMYK 0 0.53 0.82 0.13
HSL 21.1º 0.73% 0.51% -
HSV(B) 21.1º 0.82% 0.87% -
XYZ 35.04 25.22 4.94 -
YUV 130.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 221 103 39 0 0.53 0.82 0.13 21.1 0.73 0.51
Hex DD 67 27 0 35 52 D 15 49 33
Octal 335 147 47 0 65 122 15 25 111 63
Binary 11011101 1100111 100111 0 110101 1010010 1101 10101 1001001 110011

Color Harmonies of #DD6727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6727

Black with #DD6727

Text Example


Text Example

White with #DD6727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6727; }

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

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

background-color css

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

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

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

border-color css

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

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

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