Html Css Color HEX #DCC84F Confetti

📋 copy color: '#DCC84F'

red 220 ◦ green 200 ◦ blue 79

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

Shades of Confetti #DCC84F

Tints of Confetti #DCC84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.83%

R = 44.09%
G = 40.08%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC84F (or 0xDCC84F) is known color: Confetti. HEX triplet: DC, C8 and 4F. RGB value is (220,200,79). Sum of RGB (Red+Green+Blue) = 220+200+79=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC84F is #2337B0. Grayscale: #C0C0C0. Windows color (decimal): -2308017 or 5228764. OLE color: 5228764.

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

Color convert

RGB 220 200 79 -
CMYK 0 0.09 0.64 0.14
HSL 51.49º 0.67% 0.59% -
HSV(B) 51.49º 0.64% 0.86% -
XYZ 51.58 57.09 15.7 -
YUV 192.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 220 200 79 0 0.09 0.64 0.14 51.49 0.67 0.59
Hex DC C8 4F 0 9 40 E 33 43 3B
Octal 334 310 117 0 11 100 16 63 103 73
Binary 11011100 11001000 1001111 0 1001 1000000 1110 110011 1000011 111011

Color Harmonies of #DCC84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC84F

Black with #DCC84F

Text Example


Text Example

White with #DCC84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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