Html Css Color HEX #DBD14C Confetti

📋 copy color: '#DBD14C'

red 219 ◦ green 209 ◦ blue 76

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

Shades of Confetti #DBD14C

Tints of Confetti #DBD14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.47%

 BLUE value IS 76 (30.08% from 255) = 15.08%

R = 43.45%
G = 41.47%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBD14C (or 0xDBD14C) is known color: Confetti. HEX triplet: DB, D1 and 4C. RGB value is (219,209,76). Sum of RGB (Red+Green+Blue) = 219+209+76=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD14C is #242EB3. Grayscale: #C5C5C5. Windows color (decimal): -2371252 or 5034459. OLE color: 5034459.

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

Color convert

RGB 219 209 76 -
CMYK 0 0.05 0.65 0.14
HSL 55.8º 0.67% 0.58% -
HSV(B) 55.8º 0.65% 0.86% -
XYZ 53.32 61.18 15.84 -
YUV 196.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 219 209 76 0 0.05 0.65 0.14 55.8 0.67 0.58
Hex DB D1 4C 0 5 41 E 38 43 3A
Octal 333 321 114 0 5 101 16 70 103 72
Binary 11011011 11010001 1001100 0 101 1000001 1110 111000 1000011 111010

Color Harmonies of #DBD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD14C

Black with #DBD14C

Text Example


Text Example

White with #DBD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD14C; }

 p { color: rgb(219,209,76); }

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

background-color css

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

 a { background-color: rgb(219,209,76); }

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

border-color css

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

 span { border-color: rgb(219,209,76); }

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