Html Css Color HEX #DD752E Tahiti Gold

📋 copy color: '#DD752E'

red 221 ◦ green 117 ◦ blue 46

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

Shades of Tahiti Gold #DD752E

Tints of Tahiti Gold #DD752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.98%

R = 57.55%
G = 30.47%
B = 11.98%

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

#DD752E (or 0xDD752E) is known color: Tahiti Gold. HEX triplet: DD, 75 and 2E. RGB value is (221,117,46). Sum of RGB (Red+Green+Blue) = 221+117+46=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD752E is #228AD1. Grayscale: #8C8C8C. Windows color (decimal): -2263762 or 3044829. OLE color: 3044829.

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

Color convert

RGB 221 117 46 -
CMYK 0 0.47 0.79 0.13
HSL 24.34º 0.72% 0.52% -
HSV(B) 24.34º 0.79% 0.87% -
XYZ 36.67 28.29 6.11 -
YUV 140 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 221 117 46 0 0.47 0.79 0.13 24.34 0.72 0.52
Hex DD 75 2E 0 2F 4F D 18 48 34
Octal 335 165 56 0 57 117 15 30 110 64
Binary 11011101 1110101 101110 0 101111 1001111 1101 11000 1001000 110100

Color Harmonies of #DD752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD752E

Black with #DD752E

Text Example


Text Example

White with #DD752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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