Html Css Color HEX #DCC348 Confetti

📋 copy color: '#DCC348'

red 220 ◦ green 195 ◦ blue 72

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

Shades of Confetti #DCC348

Tints of Confetti #DCC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 45.17%
G = 40.04%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC348 (or 0xDCC348) is known color: Confetti. HEX triplet: DC, C3 and 48. RGB value is (220,195,72). Sum of RGB (Red+Green+Blue) = 220+195+72=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC348 is #233CB7. Grayscale: #BCBCBC. Windows color (decimal): -2309304 or 4768732. OLE color: 4768732.

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

Color convert

RGB 220 195 72 -
CMYK 0 0.11 0.67 0.14
HSL 49.86º 0.68% 0.57% -
HSV(B) 49.86º 0.67% 0.86% -
XYZ 50.2 54.71 14.05 -
YUV 188.45 62.28 150.5 -
System Red Green Blue C M Y K H S L
Decimal 220 195 72 0 0.11 0.67 0.14 49.86 0.68 0.57
Hex DC C3 48 0 B 43 E 32 44 39
Octal 334 303 110 0 13 103 16 62 104 71
Binary 11011100 11000011 1001000 0 1011 1000011 1110 110010 1000100 111001

Color Harmonies of #DCC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC348

Black with #DCC348

Text Example


Text Example

White with #DCC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC348; }

 p { color: rgb(220,195,72); }

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

background-color css

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

 a { background-color: rgb(220,195,72); }

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

border-color css

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

 span { border-color: rgb(220,195,72); }

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