Html Css Color HEX #DCBC4A Confetti

📋 copy color: '#DCBC4A'

red 220 ◦ green 188 ◦ blue 74

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

Shades of Confetti #DCBC4A

Tints of Confetti #DCBC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 45.64%
G = 39%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCBC4A (or 0xDCBC4A) is known color: Confetti. HEX triplet: DC, BC and 4A. RGB value is (220,188,74). Sum of RGB (Red+Green+Blue) = 220+188+74=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC4A is #2343B5. Grayscale: #B9B9B9. Windows color (decimal): -2311094 or 4898012. OLE color: 4898012.

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

Color convert

RGB 220 188 74 -
CMYK 0 0.15 0.66 0.14
HSL 46.85º 0.68% 0.58% -
HSV(B) 46.85º 0.66% 0.86% -
XYZ 48.73 51.68 13.88 -
YUV 184.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 220 188 74 0 0.15 0.66 0.14 46.85 0.68 0.58
Hex DC BC 4A 0 F 42 E 2F 44 3A
Octal 334 274 112 0 17 102 16 57 104 72
Binary 11011100 10111100 1001010 0 1111 1000010 1110 101111 1000100 111010

Color Harmonies of #DCBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC4A

Black with #DCBC4A

Text Example


Text Example

White with #DCBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC4A; }

 p { color: rgb(220,188,74); }

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

background-color css

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

 a { background-color: rgb(220,188,74); }

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

border-color css

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

 span { border-color: rgb(220,188,74); }

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