Html Css Color HEX #DCC944 Confetti

📋 copy color: '#DCC944'

red 220 ◦ green 201 ◦ blue 68

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

Shades of Confetti #DCC944

Tints of Confetti #DCC944

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

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

R = 44.99%
G = 41.1%
B = 13.91%

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

#DCC944 (or 0xDCC944) is known color: Confetti. HEX triplet: DC, C9 and 44. RGB value is (220,201,68). Sum of RGB (Red+Green+Blue) = 220+201+68=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC944 is #2336BB. Grayscale: #C0C0C0. Windows color (decimal): -2307772 or 4508124. OLE color: 4508124.

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

Color convert

RGB 220 201 68 -
CMYK 0 0.09 0.69 0.14
HSL 52.5º 0.68% 0.56% -
HSV(B) 52.5º 0.69% 0.86% -
XYZ 51.45 57.41 13.84 -
YUV 191.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 220 201 68 0 0.09 0.69 0.14 52.5 0.68 0.56
Hex DC C9 44 0 9 45 E 34 44 38
Octal 334 311 104 0 11 105 16 64 104 70
Binary 11011100 11001001 1000100 0 1001 1000101 1110 110100 1000100 111000

Color Harmonies of #DCC944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC944

Black with #DCC944

Text Example


Text Example

White with #DCC944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC944; }

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

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

background-color css

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

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

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

border-color css

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

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

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