Html Css Color HEX #DCC443 Confetti

📋 copy color: '#DCC443'

red 220 ◦ green 196 ◦ blue 67

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

Shades of Confetti #DCC443

Tints of Confetti #DCC443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.58%

 BLUE value IS 67 (26.56% from 255) = 13.87%

R = 45.55%
G = 40.58%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCC443 (or 0xDCC443) is known color: Confetti. HEX triplet: DC, C4 and 43. RGB value is (220,196,67). Sum of RGB (Red+Green+Blue) = 220+196+67=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC443 is #233BBC. Grayscale: #BDBDBD. Windows color (decimal): -2309053 or 4441308. OLE color: 4441308.

HSL color Cylindrical-coordinate representation of color #DCC443: hue angle of 50.59º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC443 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 67 -
CMYK 0 0.11 0.70 0.14
HSL 50.59º 0.69% 0.56% -
HSV(B) 50.59º 0.7% 0.86% -
XYZ 50.27 55.1 13.3 -
YUV 188.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 220 196 67 0 0.11 0.70 0.14 50.59 0.69 0.56
Hex DC C4 43 0 B 46 E 33 45 38
Octal 334 304 103 0 13 106 16 63 105 70
Binary 11011100 11000100 1000011 0 1011 1000110 1110 110011 1000101 111000

Color Harmonies of #DCC443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC443

Black with #DCC443

Text Example


Text Example

White with #DCC443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC443; }

 p { color: rgb(220,196,67); }

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

background-color css

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

 a { background-color: rgb(220,196,67); }

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

border-color css

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

 span { border-color: rgb(220,196,67); }

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