Html Css Color HEX #DD761E Tahiti Gold

📋 copy color: '#DD761E'

red 221 ◦ green 118 ◦ blue 30

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

Shades of Tahiti Gold #DD761E

Tints of Tahiti Gold #DD761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 59.89%
G = 31.98%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD761E (or 0xDD761E) is known color: Tahiti Gold. HEX triplet: DD, 76 and 1E. RGB value is (221,118,30). Sum of RGB (Red+Green+Blue) = 221+118+30=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD761E is #2289E1. Grayscale: #8B8B8B. Windows color (decimal): -2263522 or 1996509. OLE color: 1996509.

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

Color convert

RGB 221 118 30 -
CMYK 0 0.47 0.86 0.13
HSL 27.64º 0.76% 0.49% -
HSV(B) 27.64º 0.86% 0.87% -
XYZ 36.53 28.42 4.79 -
YUV 138.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 221 118 30 0 0.47 0.86 0.13 27.64 0.76 0.49
Hex DD 76 1E 0 2F 56 D 1C 4C 31
Octal 335 166 36 0 57 126 15 34 114 61
Binary 11011101 1110110 11110 0 101111 1010110 1101 11100 1001100 110001

Color Harmonies of #DD761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD761E

Black with #DD761E

Text Example


Text Example

White with #DD761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD761E; }

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

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

background-color css

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

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

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

border-color css

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

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

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