Html Css Color HEX #DD6525 Tahiti Gold

📋 copy color: '#DD6525'

red 221 ◦ green 101 ◦ blue 37

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

Shades of Tahiti Gold #DD6525

Tints of Tahiti Gold #DD6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 61.56%
G = 28.13%
B = 10.31%

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

#DD6525 (or 0xDD6525) is known color: Tahiti Gold. HEX triplet: DD, 65 and 25. RGB value is (221,101,37). Sum of RGB (Red+Green+Blue) = 221+101+37=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6525 is #229ADA. Grayscale: #818181. Windows color (decimal): -2267867 or 2450909. OLE color: 2450909.

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

Color convert

RGB 221 101 37 -
CMYK 0 0.54 0.83 0.13
HSL 20.87º 0.73% 0.51% -
HSV(B) 20.87º 0.83% 0.87% -
XYZ 34.81 24.81 4.71 -
YUV 129.58 75.76 193.2 -
System Red Green Blue C M Y K H S L
Decimal 221 101 37 0 0.54 0.83 0.13 20.87 0.73 0.51
Hex DD 65 25 0 36 53 D 15 49 33
Octal 335 145 45 0 66 123 15 25 111 63
Binary 11011101 1100101 100101 0 110110 1010011 1101 10101 1001001 110011

Color Harmonies of #DD6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6525

Black with #DD6525

Text Example


Text Example

White with #DD6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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