Html Css Color HEX #DCBC4B Confetti

📋 copy color: '#DCBC4B'

red 220 ◦ green 188 ◦ blue 75

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

Shades of Confetti #DCBC4B

Tints of Confetti #DCBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.53%

R = 45.55%
G = 38.92%
B = 15.53%

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

#DCBC4B (or 0xDCBC4B) is known color: Confetti. HEX triplet: DC, BC and 4B. RGB value is (220,188,75). Sum of RGB (Red+Green+Blue) = 220+188+75=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC4B is #2343B4. Grayscale: #B9B9B9. Windows color (decimal): -2311093 or 4963548. OLE color: 4963548.

HSL color Cylindrical-coordinate representation of color #DCBC4B: hue angle of 46.76º degrees, saturation: 0.67, 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 #DCBC4B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 75 -
CMYK 0 0.15 0.66 0.14
HSL 46.76º 0.67% 0.58% -
HSV(B) 46.76º 0.66% 0.86% -
XYZ 48.77 51.69 14.06 -
YUV 184.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 220 188 75 0 0.15 0.66 0.14 46.76 0.67 0.58
Hex DC BC 4B 0 F 42 E 2F 43 3A
Octal 334 274 113 0 17 102 16 57 103 72
Binary 11011100 10111100 1001011 0 1111 1000010 1110 101111 1000011 111010

Color Harmonies of #DCBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC4B

Black with #DCBC4B

Text Example


Text Example

White with #DCBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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