Html Css Color HEX #D77225 Tahiti Gold

📋 copy color: '#D77225'

red 215 ◦ green 114 ◦ blue 37

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

Shades of Tahiti Gold #D77225

Tints of Tahiti Gold #D77225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

 BLUE value IS 37 (14.84% from 255) = 10.11%

R = 58.74%
G = 31.15%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D77225 (or 0xD77225) is known color: Tahiti Gold. HEX triplet: D7, 72 and 25. RGB value is (215,114,37). Sum of RGB (Red+Green+Blue) = 215+114+37=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D77225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77225 is #288DDA. Grayscale: #878787. Windows color (decimal): -2657755 or 2454231. OLE color: 2454231.

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

Color convert

RGB 215 114 37 -
CMYK 0 0.47 0.83 0.16
HSL 25.96º 0.71% 0.49% -
HSV(B) 25.96º 0.83% 0.84% -
XYZ 34.38 26.62 5.08 -
YUV 135.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 215 114 37 0 0.47 0.83 0.16 25.96 0.71 0.49
Hex D7 72 25 0 2F 53 10 1A 47 31
Octal 327 162 45 0 57 123 20 32 107 61
Binary 11010111 1110010 100101 0 101111 1010011 10000 11010 1000111 110001

Color Harmonies of #D77225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77225

Black with #D77225

Text Example


Text Example

White with #D77225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77225; }

 p { color: rgb(215,114,37); }

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

background-color css

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

 a { background-color: rgb(215,114,37); }

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

border-color css

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

 span { border-color: rgb(215,114,37); }

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