Html Css Color HEX #DBCD4C Confetti

📋 copy color: '#DBCD4C'

red 219 ◦ green 205 ◦ blue 76

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

Shades of Confetti #DBCD4C

Tints of Confetti #DBCD4C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

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

R = 43.8%
G = 41%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBCD4C (or 0xDBCD4C) is known color: Confetti. HEX triplet: DB, CD and 4C. RGB value is (219,205,76). Sum of RGB (Red+Green+Blue) = 219+205+76=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD4C is #2432B3. Grayscale: #C3C3C3. Windows color (decimal): -2372276 or 5033435. OLE color: 5033435.

HSL color Cylindrical-coordinate representation of color #DBCD4C: hue angle of 54.13º 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 #DBCD4C is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 76 -
CMYK 0 0.06 0.65 0.14
HSL 54.13º 0.67% 0.58% -
HSV(B) 54.13º 0.65% 0.86% -
XYZ 52.35 59.24 15.51 -
YUV 194.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 219 205 76 0 0.06 0.65 0.14 54.13 0.67 0.58
Hex DB CD 4C 0 6 41 E 36 43 3A
Octal 333 315 114 0 6 101 16 66 103 72
Binary 11011011 11001101 1001100 0 110 1000001 1110 110110 1000011 111010

Color Harmonies of #DBCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD4C

Black with #DBCD4C

Text Example


Text Example

White with #DBCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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