Html Css Color HEX #DB7532 Tahiti Gold

📋 copy color: '#DB7532'

red 219 ◦ green 117 ◦ blue 50

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

Shades of Tahiti Gold #DB7532

Tints of Tahiti Gold #DB7532

RGB

 RED value IS 219 (85.94% from 255) = 56.74%

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 56.74%
G = 30.31%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB7532 (or 0xDB7532) is known color: Tahiti Gold. HEX triplet: DB, 75 and 32. RGB value is (219,117,50). Sum of RGB (Red+Green+Blue) = 219+117+50=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7532 is #248ACD. Grayscale: #8C8C8C. Windows color (decimal): -2394830 or 3306971. OLE color: 3306971.

HSL color Cylindrical-coordinate representation of color #DB7532: hue angle of 23.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7532 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 50 -
CMYK 0 0.47 0.77 0.14
HSL 23.79º 0.7% 0.53% -
HSV(B) 23.79º 0.77% 0.86% -
XYZ 36.15 28.01 6.52 -
YUV 139.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 219 117 50 0 0.47 0.77 0.14 23.79 0.7 0.53
Hex DB 75 32 0 2F 4D E 18 46 35
Octal 333 165 62 0 57 115 16 30 106 65
Binary 11011011 1110101 110010 0 101111 1001101 1110 11000 1000110 110101

Color Harmonies of #DB7532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7532

Black with #DB7532

Text Example


Text Example

White with #DB7532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7532; }

 p { color: rgb(219,117,50); }

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

background-color css

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

 a { background-color: rgb(219,117,50); }

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

border-color css

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

 span { border-color: rgb(219,117,50); }

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