Html Css Color HEX #DBB23D Metallic Gold

📋 copy color: '#DBB23D'

red 219 ◦ green 178 ◦ blue 61

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

Shades of Metallic Gold #DBB23D

Tints of Metallic Gold #DBB23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.32%

R = 47.82%
G = 38.86%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBB23D (or 0xDBB23D) is known color: Metallic Gold. HEX triplet: DB, B2 and 3D. RGB value is (219,178,61). Sum of RGB (Red+Green+Blue) = 219+178+61=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB23D is #244DC2. Grayscale: #B1B1B1. Windows color (decimal): -2379203 or 4043483. OLE color: 4043483.

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

Color convert

RGB 219 178 61 -
CMYK 0 0.19 0.72 0.14
HSL 44.43º 0.69% 0.55% -
HSV(B) 44.43º 0.72% 0.86% -
XYZ 45.98 47.24 11.11 -
YUV 176.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 219 178 61 0 0.19 0.72 0.14 44.43 0.69 0.55
Hex DB B2 3D 0 13 48 E 2C 45 37
Octal 333 262 75 0 23 110 16 54 105 67
Binary 11011011 10110010 111101 0 10011 1001000 1110 101100 1000101 110111

Color Harmonies of #DBB23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB23D

Black with #DBB23D

Text Example


Text Example

White with #DBB23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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