Html Css Color HEX #DBC02D Gold Tips

📋 copy color: '#DBC02D'

red 219 ◦ green 192 ◦ blue 45

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

Shades of Gold Tips #DBC02D

Tints of Gold Tips #DBC02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

 BLUE value IS 45 (17.97% from 255) = 9.87%

R = 48.03%
G = 42.11%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBC02D (or 0xDBC02D) is known color: Gold Tips. HEX triplet: DB, C0 and 2D. RGB value is (219,192,45). Sum of RGB (Red+Green+Blue) = 219+192+45=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC02D is #243FD2. Grayscale: #B7B7B7. Windows color (decimal): -2375635 or 2998491. OLE color: 2998491.

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

Color convert

RGB 219 192 45 -
CMYK 0 0.12 0.79 0.14
HSL 50.69º 0.71% 0.52% -
HSV(B) 50.69º 0.79% 0.86% -
XYZ 48.54 52.95 10.14 -
YUV 183.32 49.95 153.45 -
System Red Green Blue C M Y K H S L
Decimal 219 192 45 0 0.12 0.79 0.14 50.69 0.71 0.52
Hex DB C0 2D 0 C 4F E 33 47 34
Octal 333 300 55 0 14 117 16 63 107 64
Binary 11011011 11000000 101101 0 1100 1001111 1110 110011 1000111 110100

Color Harmonies of #DBC02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC02D

Black with #DBC02D

Text Example


Text Example

White with #DBC02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC02D; }

 p { color: rgb(219,192,45); }

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

background-color css

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

 a { background-color: rgb(219,192,45); }

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

border-color css

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

 span { border-color: rgb(219,192,45); }

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