Html Css Color HEX #DB7B30 Tahiti Gold

📋 copy color: '#DB7B30'

red 219 ◦ green 123 ◦ blue 48

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

Shades of Tahiti Gold #DB7B30

Tints of Tahiti Gold #DB7B30

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.54%

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

R = 56.15%
G = 31.54%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB7B30 (or 0xDB7B30) is known color: Tahiti Gold. HEX triplet: DB, 7B and 30. RGB value is (219,123,48). Sum of RGB (Red+Green+Blue) = 219+123+48=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B30 is #2484CF. Grayscale: #8F8F8F. Windows color (decimal): -2393296 or 3177435. OLE color: 3177435.

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

Color convert

RGB 219 123 48 -
CMYK 0 0.44 0.78 0.14
HSL 26.32º 0.7% 0.52% -
HSV(B) 26.32º 0.78% 0.86% -
XYZ 36.83 29.44 6.54 -
YUV 143.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 219 123 48 0 0.44 0.78 0.14 26.32 0.7 0.52
Hex DB 7B 30 0 2C 4E E 1A 46 34
Octal 333 173 60 0 54 116 16 32 106 64
Binary 11011011 1111011 110000 0 101100 1001110 1110 11010 1000110 110100

Color Harmonies of #DB7B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B30

Black with #DB7B30

Text Example


Text Example

White with #DB7B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B30; }

 p { color: rgb(219,123,48); }

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

background-color css

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

 a { background-color: rgb(219,123,48); }

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

border-color css

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

 span { border-color: rgb(219,123,48); }

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