Html Css Color HEX #DBC954 Confetti

📋 copy color: '#DBC954'

red 219 ◦ green 201 ◦ blue 84

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

Shades of Confetti #DBC954

Tints of Confetti #DBC954

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.88%

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 43.45%
G = 39.88%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBC954 (or 0xDBC954) is known color: Confetti. HEX triplet: DB, C9 and 54. RGB value is (219,201,84). Sum of RGB (Red+Green+Blue) = 219+201+84=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC954 is #2436AB. Grayscale: #C1C1C1. Windows color (decimal): -2373292 or 5556699. OLE color: 5556699.

HSL color Cylindrical-coordinate representation of color #DBC954: hue angle of 52º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBC954 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 84 -
CMYK 0 0.08 0.62 0.14
HSL 52º 0.65% 0.59% -
HSV(B) 52º 0.62% 0.86% -
XYZ 51.7 57.47 16.76 -
YUV 193.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 219 201 84 0 0.08 0.62 0.14 52 0.65 0.59
Hex DB C9 54 0 8 3E E 34 41 3B
Octal 333 311 124 0 10 76 16 64 101 73
Binary 11011011 11001001 1010100 0 1000 111110 1110 110100 1000001 111011

Color Harmonies of #DBC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC954

Black with #DBC954

Text Example


Text Example

White with #DBC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC954; }

 p { color: rgb(219,201,84); }

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

background-color css

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

 a { background-color: rgb(219,201,84); }

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

border-color css

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

 span { border-color: rgb(219,201,84); }

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