Html Css Color HEX #DBCC4A Confetti

📋 copy color: '#DBCC4A'

red 219 ◦ green 204 ◦ blue 74

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

Shades of Confetti #DBCC4A

Tints of Confetti #DBCC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

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

R = 44.06%
G = 41.05%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBCC4A (or 0xDBCC4A) is known color: Confetti. HEX triplet: DB, CC and 4A. RGB value is (219,204,74). Sum of RGB (Red+Green+Blue) = 219+204+74=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC4A is #2433B5. Grayscale: #C2C2C2. Windows color (decimal): -2372534 or 4902107. OLE color: 4902107.

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

Color convert

RGB 219 204 74 -
CMYK 0 0.07 0.66 0.14
HSL 53.79º 0.67% 0.57% -
HSV(B) 53.79º 0.66% 0.86% -
XYZ 52.04 58.74 15.07 -
YUV 193.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 219 204 74 0 0.07 0.66 0.14 53.79 0.67 0.57
Hex DB CC 4A 0 7 42 E 36 43 39
Octal 333 314 112 0 7 102 16 66 103 71
Binary 11011011 11001100 1001010 0 111 1000010 1110 110110 1000011 111001

Color Harmonies of #DBCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC4A

Black with #DBCC4A

Text Example


Text Example

White with #DBCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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