Html Css Color HEX #D77A30 Tahiti Gold

📋 copy color: '#D77A30'

red 215 ◦ green 122 ◦ blue 48

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

Shades of Tahiti Gold #D77A30

Tints of Tahiti Gold #D77A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 55.84%
G = 31.69%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D77A30 (or 0xD77A30) is known color: Tahiti Gold. HEX triplet: D7, 7A and 30. RGB value is (215,122,48). Sum of RGB (Red+Green+Blue) = 215+122+48=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A30 is #2885CF. Grayscale: #8D8D8D. Windows color (decimal): -2655696 or 3177175. OLE color: 3177175.

HSL color Cylindrical-coordinate representation of color #D77A30: hue angle of 26.59º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D77A30 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 48 -
CMYK 0 0.43 0.78 0.16
HSL 26.59º 0.68% 0.52% -
HSV(B) 26.59º 0.78% 0.84% -
XYZ 35.52 28.58 6.44 -
YUV 141.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 215 122 48 0 0.43 0.78 0.16 26.59 0.68 0.52
Hex D7 7A 30 0 2B 4E 10 1B 44 34
Octal 327 172 60 0 53 116 20 33 104 64
Binary 11010111 1111010 110000 0 101011 1001110 10000 11011 1000100 110100

Color Harmonies of #D77A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A30

Black with #D77A30

Text Example


Text Example

White with #D77A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A30; }

 p { color: rgb(215,122,48); }

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

background-color css

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

 a { background-color: rgb(215,122,48); }

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

border-color css

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

 span { border-color: rgb(215,122,48); }

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