Html Css Color HEX #DCC845 Confetti

📋 copy color: '#DCC845'

red 220 ◦ green 200 ◦ blue 69

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

Shades of Confetti #DCC845

Tints of Confetti #DCC845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.11%

R = 44.99%
G = 40.9%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCC845 (or 0xDCC845) is known color: Confetti. HEX triplet: DC, C8 and 45. RGB value is (220,200,69). Sum of RGB (Red+Green+Blue) = 220+200+69=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC845 is #2337BA. Grayscale: #BFBFBF. Windows color (decimal): -2308027 or 4573404. OLE color: 4573404.

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

Color convert

RGB 220 200 69 -
CMYK 0 0.09 0.69 0.14
HSL 52.05º 0.68% 0.57% -
HSV(B) 52.05º 0.69% 0.86% -
XYZ 51.24 56.95 13.92 -
YUV 191.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 220 200 69 0 0.09 0.69 0.14 52.05 0.68 0.57
Hex DC C8 45 0 9 45 E 34 44 39
Octal 334 310 105 0 11 105 16 64 104 71
Binary 11011100 11001000 1000101 0 1001 1000101 1110 110100 1000100 111001

Color Harmonies of #DCC845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC845

Black with #DCC845

Text Example


Text Example

White with #DCC845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC845; }

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

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

background-color css

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

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

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

border-color css

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

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

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