Html Css Color HEX #DCCA44 Confetti

📋 copy color: '#DCCA44'

red 220 ◦ green 202 ◦ blue 68

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

Shades of Confetti #DCCA44

Tints of Confetti #DCCA44

RGB

 RED value IS 220 (86.33% from 255) = 44.9%

 GREEN value IS 202 (79.3% from 255) = 41.22%

 BLUE value IS 68 (26.95% from 255) = 13.88%

R = 44.9%
G = 41.22%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCCA44 (or 0xDCCA44) is known color: Confetti. HEX triplet: DC, CA and 44. RGB value is (220,202,68). Sum of RGB (Red+Green+Blue) = 220+202+68=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA44 is #2335BB. Grayscale: #C0C0C0. Windows color (decimal): -2307516 or 4508380. OLE color: 4508380.

HSL color Cylindrical-coordinate representation of color #DCCA44: hue angle of 52.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCCA44 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 68 -
CMYK 0 0.08 0.69 0.14
HSL 52.89º 0.68% 0.56% -
HSV(B) 52.89º 0.69% 0.86% -
XYZ 51.68 57.87 13.92 -
YUV 192.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 220 202 68 0 0.08 0.69 0.14 52.89 0.68 0.56
Hex DC CA 44 0 8 45 E 35 44 38
Octal 334 312 104 0 10 105 16 65 104 70
Binary 11011100 11001010 1000100 0 1000 1000101 1110 110101 1000100 111000

Color Harmonies of #DCCA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA44

Black with #DCCA44

Text Example


Text Example

White with #DCCA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA44; }

 p { color: rgb(220,202,68); }

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

background-color css

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

 a { background-color: rgb(220,202,68); }

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

border-color css

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

 span { border-color: rgb(220,202,68); }

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