Html Css Color HEX #DBD04A Confetti

📋 copy color: '#DBD04A'

red 219 ◦ green 208 ◦ blue 74

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

Shades of Confetti #DBD04A

Tints of Confetti #DBD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 74 (29.3% from 255) = 14.77%

R = 43.71%
G = 41.52%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBD04A (or 0xDBD04A) is known color: Confetti. HEX triplet: DB, D0 and 4A. RGB value is (219,208,74). Sum of RGB (Red+Green+Blue) = 219+208+74=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD04A is #242FB5. Grayscale: #C4C4C4. Windows color (decimal): -2371510 or 4903131. OLE color: 4903131.

HSL color Cylindrical-coordinate representation of color #DBD04A: hue angle of 55.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBD04A is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 208 74 -
CMYK 0 0.05 0.66 0.14
HSL 55.45º 0.67% 0.57% -
HSV(B) 55.45º 0.66% 0.86% -
XYZ 53.01 60.67 15.39 -
YUV 196.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 219 208 74 0 0.05 0.66 0.14 55.45 0.67 0.57
Hex DB D0 4A 0 5 42 E 37 43 39
Octal 333 320 112 0 5 102 16 67 103 71
Binary 11011011 11010000 1001010 0 101 1000010 1110 110111 1000011 111001

Color Harmonies of #DBD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD04A

Black with #DBD04A

Text Example


Text Example

White with #DBD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD04A; }

 p { color: rgb(219,208,74); }

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

background-color css

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

 a { background-color: rgb(219,208,74); }

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

border-color css

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

 span { border-color: rgb(219,208,74); }

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