Html Css Color HEX #DD762E Tahiti Gold

📋 copy color: '#DD762E'

red 221 ◦ green 118 ◦ blue 46

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

Shades of Tahiti Gold #DD762E

Tints of Tahiti Gold #DD762E

RGB

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

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

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

R = 57.4%
G = 30.65%
B = 11.95%

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

#DD762E (or 0xDD762E) is known color: Tahiti Gold. HEX triplet: DD, 76 and 2E. RGB value is (221,118,46). Sum of RGB (Red+Green+Blue) = 221+118+46=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD762E is #2289D1. Grayscale: #8C8C8C. Windows color (decimal): -2263506 or 3045085. OLE color: 3045085.

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

Color convert

RGB 221 118 46 -
CMYK 0 0.47 0.79 0.13
HSL 24.69º 0.72% 0.52% -
HSV(B) 24.69º 0.79% 0.87% -
XYZ 36.79 28.53 6.15 -
YUV 140.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 221 118 46 0 0.47 0.79 0.13 24.69 0.72 0.52
Hex DD 76 2E 0 2F 4F D 19 48 34
Octal 335 166 56 0 57 117 15 31 110 64
Binary 11011101 1110110 101110 0 101111 1001111 1101 11001 1001000 110100

Color Harmonies of #DD762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD762E

Black with #DD762E

Text Example


Text Example

White with #DD762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD762E; }

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

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

background-color css

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

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

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

border-color css

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

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

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