Html Css Color HEX #DBC24E Confetti

📋 copy color: '#DBC24E'

red 219 ◦ green 194 ◦ blue 78

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

Shades of Confetti #DBC24E

Tints of Confetti #DBC24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

 BLUE value IS 78 (30.86% from 255) = 15.89%

R = 44.6%
G = 39.51%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBC24E (or 0xDBC24E) is known color: Confetti. HEX triplet: DB, C2 and 4E. RGB value is (219,194,78). Sum of RGB (Red+Green+Blue) = 219+194+78=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC24E is #243DB1. Grayscale: #BCBCBC. Windows color (decimal): -2375090 or 5161691. OLE color: 5161691.

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

Color convert

RGB 219 194 78 -
CMYK 0 0.11 0.64 0.14
HSL 49.36º 0.66% 0.58% -
HSV(B) 49.36º 0.64% 0.86% -
XYZ 49.88 54.19 15.04 -
YUV 188.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 219 194 78 0 0.11 0.64 0.14 49.36 0.66 0.58
Hex DB C2 4E 0 B 40 E 31 42 3A
Octal 333 302 116 0 13 100 16 61 102 72
Binary 11011011 11000010 1001110 0 1011 1000000 1110 110001 1000010 111010

Color Harmonies of #DBC24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC24E

Black with #DBC24E

Text Example


Text Example

White with #DBC24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC24E; }

 p { color: rgb(219,194,78); }

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

background-color css

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

 a { background-color: rgb(219,194,78); }

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

border-color css

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

 span { border-color: rgb(219,194,78); }

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