Html Css Color HEX #DD752F Tahiti Gold

📋 copy color: '#DD752F'

red 221 ◦ green 117 ◦ blue 47

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

Shades of Tahiti Gold #DD752F

Tints of Tahiti Gold #DD752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 57.4%
G = 30.39%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD752F (or 0xDD752F) is known color: Tahiti Gold. HEX triplet: DD, 75 and 2F. RGB value is (221,117,47). Sum of RGB (Red+Green+Blue) = 221+117+47=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD752F is #228AD0. Grayscale: #8C8C8C. Windows color (decimal): -2263761 or 3110365. OLE color: 3110365.

HSL color Cylindrical-coordinate representation of color #DD752F: hue angle of 24.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD752F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 47 -
CMYK 0 0.47 0.79 0.13
HSL 24.14º 0.72% 0.53% -
HSV(B) 24.14º 0.79% 0.87% -
XYZ 36.69 28.3 6.22 -
YUV 140.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 221 117 47 0 0.47 0.79 0.13 24.14 0.72 0.53
Hex DD 75 2F 0 2F 4F D 18 48 35
Octal 335 165 57 0 57 117 15 30 110 65
Binary 11011101 1110101 101111 0 101111 1001111 1101 11000 1001000 110101

Color Harmonies of #DD752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD752F

Black with #DD752F

Text Example


Text Example

White with #DD752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD752F; }

 p { color: rgb(221,117,47); }

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

background-color css

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

 a { background-color: rgb(221,117,47); }

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

border-color css

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

 span { border-color: rgb(221,117,47); }

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