Html Css Color HEX #DD6625 Tahiti Gold

📋 copy color: '#DD6625'

red 221 ◦ green 102 ◦ blue 37

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

Shades of Tahiti Gold #DD6625

Tints of Tahiti Gold #DD6625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 61.39%
G = 28.33%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD6625 (or 0xDD6625) is known color: Tahiti Gold. HEX triplet: DD, 66 and 25. RGB value is (221,102,37). Sum of RGB (Red+Green+Blue) = 221+102+37=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6625 is #2299DA. Grayscale: #828282. Windows color (decimal): -2267611 or 2451165. OLE color: 2451165.

HSL color Cylindrical-coordinate representation of color #DD6625: hue angle of 21.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD6625 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 37 -
CMYK 0 0.54 0.83 0.13
HSL 21.2º 0.73% 0.51% -
HSV(B) 21.2º 0.83% 0.87% -
XYZ 34.9 25.01 4.74 -
YUV 130.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 221 102 37 0 0.54 0.83 0.13 21.2 0.73 0.51
Hex DD 66 25 0 36 53 D 15 49 33
Octal 335 146 45 0 66 123 15 25 111 63
Binary 11011101 1100110 100101 0 110110 1010011 1101 10101 1001001 110011

Color Harmonies of #DD6625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6625

Black with #DD6625

Text Example


Text Example

White with #DD6625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6625; }

 p { color: rgb(221,102,37); }

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

background-color css

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

 a { background-color: rgb(221,102,37); }

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

border-color css

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

 span { border-color: rgb(221,102,37); }

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