Html Css Color HEX #DCC84A Confetti

📋 copy color: '#DCC84A'

red 220 ◦ green 200 ◦ blue 74

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

Shades of Confetti #DCC84A

Tints of Confetti #DCC84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

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

R = 44.53%
G = 40.49%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC84A (or 0xDCC84A) is known color: Confetti. HEX triplet: DC, C8 and 4A. RGB value is (220,200,74). Sum of RGB (Red+Green+Blue) = 220+200+74=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC84A is #2337B5. Grayscale: #C0C0C0. Windows color (decimal): -2308022 or 4901084. OLE color: 4901084.

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

Color convert

RGB 220 200 74 -
CMYK 0 0.09 0.66 0.14
HSL 51.78º 0.68% 0.58% -
HSV(B) 51.78º 0.66% 0.86% -
XYZ 51.41 57.02 14.77 -
YUV 191.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 220 200 74 0 0.09 0.66 0.14 51.78 0.68 0.58
Hex DC C8 4A 0 9 42 E 34 44 3A
Octal 334 310 112 0 11 102 16 64 104 72
Binary 11011100 11001000 1001010 0 1001 1000010 1110 110100 1000100 111010

Color Harmonies of #DCC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC84A

Black with #DCC84A

Text Example


Text Example

White with #DCC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC84A; }

 p { color: rgb(220,200,74); }

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

background-color css

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

 a { background-color: rgb(220,200,74); }

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

border-color css

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

 span { border-color: rgb(220,200,74); }

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