Html Css Color HEX #DD761B Tahiti Gold

📋 copy color: '#DD761B'

red 221 ◦ green 118 ◦ blue 27

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

Shades of Tahiti Gold #DD761B

Tints of Tahiti Gold #DD761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.38%

R = 60.38%
G = 32.24%
B = 7.38%

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

#DD761B (or 0xDD761B) is known color: Tahiti Gold. HEX triplet: DD, 76 and 1B. RGB value is (221,118,27). Sum of RGB (Red+Green+Blue) = 221+118+27=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD761B is #2289E4. Grayscale: #8A8A8A. Windows color (decimal): -2263525 or 1799901. OLE color: 1799901.

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

Color convert

RGB 221 118 27 -
CMYK 0 0.47 0.88 0.13
HSL 28.14º 0.78% 0.49% -
HSV(B) 28.14º 0.88% 0.87% -
XYZ 36.5 28.41 4.6 -
YUV 138.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 221 118 27 0 0.47 0.88 0.13 28.14 0.78 0.49
Hex DD 76 1B 0 2F 58 D 1C 4E 31
Octal 335 166 33 0 57 130 15 34 116 61
Binary 11011101 1110110 11011 0 101111 1011000 1101 11100 1001110 110001

Color Harmonies of #DD761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD761B

Black with #DD761B

Text Example


Text Example

White with #DD761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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