Html Css Color HEX #DBCD4E Confetti

📋 copy color: '#DBCD4E'

red 219 ◦ green 205 ◦ blue 78

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

Shades of Confetti #DBCD4E

Tints of Confetti #DBCD4E

RGB

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

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

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

R = 43.63%
G = 40.84%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBCD4E (or 0xDBCD4E) is known color: Confetti. HEX triplet: DB, CD and 4E. RGB value is (219,205,78). Sum of RGB (Red+Green+Blue) = 219+205+78=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD4E is #2432B1. Grayscale: #C3C3C3. Windows color (decimal): -2372274 or 5164507. OLE color: 5164507.

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

Color convert

RGB 219 205 78 -
CMYK 0 0.06 0.64 0.14
HSL 54.04º 0.66% 0.58% -
HSV(B) 54.04º 0.64% 0.86% -
XYZ 52.42 59.27 15.89 -
YUV 194.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 219 205 78 0 0.06 0.64 0.14 54.04 0.66 0.58
Hex DB CD 4E 0 6 40 E 36 42 3A
Octal 333 315 116 0 6 100 16 66 102 72
Binary 11011011 11001101 1001110 0 110 1000000 1110 110110 1000010 111010

Color Harmonies of #DBCD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD4E

Black with #DBCD4E

Text Example


Text Example

White with #DBCD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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