Html Css Color HEX #DD762F Tahiti Gold

📋 copy color: '#DD762F'

red 221 ◦ green 118 ◦ blue 47

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

Shades of Tahiti Gold #DD762F

Tints of Tahiti Gold #DD762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

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

R = 57.25%
G = 30.57%
B = 12.18%

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

#DD762F (or 0xDD762F) is known color: Tahiti Gold. HEX triplet: DD, 76 and 2F. RGB value is (221,118,47). Sum of RGB (Red+Green+Blue) = 221+118+47=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD762F is #2289D0. Grayscale: #8D8D8D. Windows color (decimal): -2263505 or 3110621. OLE color: 3110621.

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

Color convert

RGB 221 118 47 -
CMYK 0 0.47 0.79 0.13
HSL 24.48º 0.72% 0.53% -
HSV(B) 24.48º 0.79% 0.87% -
XYZ 36.81 28.53 6.26 -
YUV 140.7 75.12 185.27 -
System Red Green Blue C M Y K H S L
Decimal 221 118 47 0 0.47 0.79 0.13 24.48 0.72 0.53
Hex DD 76 2F 0 2F 4F D 18 48 35
Octal 335 166 57 0 57 117 15 30 110 65
Binary 11011101 1110110 101111 0 101111 1001111 1101 11000 1001000 110101

Color Harmonies of #DD762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD762F

Black with #DD762F

Text Example


Text Example

White with #DD762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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