Html Css Color HEX #DBB23F Metallic Gold

📋 copy color: '#DBB23F'

red 219 ◦ green 178 ◦ blue 63

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

Shades of Metallic Gold #DBB23F

Tints of Metallic Gold #DBB23F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

 BLUE value IS 63 (25% from 255) = 13.7%

R = 47.61%
G = 38.7%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBB23F (or 0xDBB23F) is known color: Metallic Gold. HEX triplet: DB, B2 and 3F. RGB value is (219,178,63). Sum of RGB (Red+Green+Blue) = 219+178+63=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB23F is #244DC0. Grayscale: #B1B1B1. Windows color (decimal): -2379201 or 4174555. OLE color: 4174555.

HSL color Cylindrical-coordinate representation of color #DBB23F: hue angle of 44.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB23F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 63 -
CMYK 0 0.19 0.71 0.14
HSL 44.23º 0.68% 0.55% -
HSV(B) 44.23º 0.71% 0.86% -
XYZ 46.03 47.26 11.4 -
YUV 177.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 219 178 63 0 0.19 0.71 0.14 44.23 0.68 0.55
Hex DB B2 3F 0 13 47 E 2C 44 37
Octal 333 262 77 0 23 107 16 54 104 67
Binary 11011011 10110010 111111 0 10011 1000111 1110 101100 1000100 110111

Color Harmonies of #DBB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB23F

Black with #DBB23F

Text Example


Text Example

White with #DBB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB23F; }

 p { color: rgb(219,178,63); }

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

background-color css

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

 a { background-color: rgb(219,178,63); }

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

border-color css

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

 span { border-color: rgb(219,178,63); }

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