Html Css Color HEX #D77028 Tahiti Gold

📋 copy color: '#D77028'

red 215 ◦ green 112 ◦ blue 40

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

Shades of Tahiti Gold #D77028

Tints of Tahiti Gold #D77028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 58.58%
G = 30.52%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D77028 (or 0xD77028) is known color: Tahiti Gold. HEX triplet: D7, 70 and 28. RGB value is (215,112,40). Sum of RGB (Red+Green+Blue) = 215+112+40=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D77028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77028 is #288FD7. Grayscale: #868686. Windows color (decimal): -2658264 or 2650327. OLE color: 2650327.

HSL color Cylindrical-coordinate representation of color #D77028: hue angle of 24.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D77028 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 40 -
CMYK 0 0.48 0.81 0.16
HSL 24.69º 0.69% 0.5% -
HSV(B) 24.69º 0.81% 0.84% -
XYZ 34.2 26.19 5.26 -
YUV 134.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 215 112 40 0 0.48 0.81 0.16 24.69 0.69 0.5
Hex D7 70 28 0 30 51 10 19 45 32
Octal 327 160 50 0 60 121 20 31 105 62
Binary 11010111 1110000 101000 0 110000 1010001 10000 11001 1000101 110010

Color Harmonies of #D77028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77028

Black with #D77028

Text Example


Text Example

White with #D77028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77028; }

 p { color: rgb(215,112,40); }

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

background-color css

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

 a { background-color: rgb(215,112,40); }

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

border-color css

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

 span { border-color: rgb(215,112,40); }

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