Html Css Color HEX #DD6725 Tahiti Gold

📋 copy color: '#DD6725'

red 221 ◦ green 103 ◦ blue 37

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

Shades of Tahiti Gold #DD6725

Tints of Tahiti Gold #DD6725

RGB

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

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

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

R = 61.22%
G = 28.53%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD6725 (or 0xDD6725) is known color: Tahiti Gold. HEX triplet: DD, 67 and 25. RGB value is (221,103,37). Sum of RGB (Red+Green+Blue) = 221+103+37=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6725 is #2298DA. Grayscale: #838383. Windows color (decimal): -2267355 or 2451421. OLE color: 2451421.

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

Color convert

RGB 221 103 37 -
CMYK 0 0.53 0.83 0.13
HSL 21.52º 0.73% 0.51% -
HSV(B) 21.52º 0.83% 0.87% -
XYZ 35 25.21 4.77 -
YUV 130.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 221 103 37 0 0.53 0.83 0.13 21.52 0.73 0.51
Hex DD 67 25 0 35 53 D 16 49 33
Octal 335 147 45 0 65 123 15 26 111 63
Binary 11011101 1100111 100101 0 110101 1010011 1101 10110 1001001 110011

Color Harmonies of #DD6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6725

Black with #DD6725

Text Example


Text Example

White with #DD6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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