Html Css Color HEX #DD761A Tahiti Gold

📋 copy color: '#DD761A'

red 221 ◦ green 118 ◦ blue 26

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

Shades of Tahiti Gold #DD761A

Tints of Tahiti Gold #DD761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 60.55%
G = 32.33%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD761A (or 0xDD761A) is known color: Tahiti Gold. HEX triplet: DD, 76 and 1A. RGB value is (221,118,26). Sum of RGB (Red+Green+Blue) = 221+118+26=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD761A is #2289E5. Grayscale: #8A8A8A. Windows color (decimal): -2263526 or 1734365. OLE color: 1734365.

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

Color convert

RGB 221 118 26 -
CMYK 0 0.47 0.88 0.13
HSL 28.31º 0.79% 0.48% -
HSV(B) 28.31º 0.88% 0.87% -
XYZ 36.48 28.4 4.54 -
YUV 138.31 64.62 186.98 -
System Red Green Blue C M Y K H S L
Decimal 221 118 26 0 0.47 0.88 0.13 28.31 0.79 0.48
Hex DD 76 1A 0 2F 58 D 1C 4F 30
Octal 335 166 32 0 57 130 15 34 117 60
Binary 11011101 1110110 11010 0 101111 1011000 1101 11100 1001111 110000

Color Harmonies of #DD761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD761A

Black with #DD761A

Text Example


Text Example

White with #DD761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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