Html Css Color HEX #D77322 Tahiti Gold

📋 copy color: '#D77322'

red 215 ◦ green 115 ◦ blue 34

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

Shades of Tahiti Gold #D77322

Tints of Tahiti Gold #D77322

RGB

 RED value IS 215 (84.38% from 255) = 59.07%

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 59.07%
G = 31.59%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D77322 (or 0xD77322) is known color: Tahiti Gold. HEX triplet: D7, 73 and 22. RGB value is (215,115,34). Sum of RGB (Red+Green+Blue) = 215+115+34=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D77322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77322 is #288CDD. Grayscale: #888888. Windows color (decimal): -2657502 or 2257879. OLE color: 2257879.

HSL color Cylindrical-coordinate representation of color #D77322: hue angle of 26.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D77322 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 34 -
CMYK 0 0.47 0.84 0.16
HSL 26.85º 0.73% 0.49% -
HSV(B) 26.85º 0.84% 0.84% -
XYZ 34.44 26.82 4.88 -
YUV 135.67 70.63 184.59 -
System Red Green Blue C M Y K H S L
Decimal 215 115 34 0 0.47 0.84 0.16 26.85 0.73 0.49
Hex D7 73 22 0 2F 54 10 1B 49 31
Octal 327 163 42 0 57 124 20 33 111 61
Binary 11010111 1110011 100010 0 101111 1010100 10000 11011 1001001 110001

Color Harmonies of #D77322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77322

Black with #D77322

Text Example


Text Example

White with #D77322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77322; }

 p { color: rgb(215,115,34); }

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

background-color css

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

 a { background-color: rgb(215,115,34); }

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

border-color css

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

 span { border-color: rgb(215,115,34); }

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