Html Css Color HEX #DCBD46 Confetti

📋 copy color: '#DCBD46'

red 220 ◦ green 189 ◦ blue 70

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

Shades of Confetti #DCBD46

Tints of Confetti #DCBD46

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 45.93%
G = 39.46%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCBD46 (or 0xDCBD46) is known color: Confetti. HEX triplet: DC, BD and 46. RGB value is (220,189,70). Sum of RGB (Red+Green+Blue) = 220+189+70=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD46 is #2342B9. Grayscale: #B9B9B9. Windows color (decimal): -2310842 or 4636124. OLE color: 4636124.

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

Color convert

RGB 220 189 70 -
CMYK 0 0.14 0.68 0.14
HSL 47.6º 0.68% 0.57% -
HSV(B) 47.6º 0.68% 0.86% -
XYZ 48.82 52.05 13.27 -
YUV 184.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 220 189 70 0 0.14 0.68 0.14 47.6 0.68 0.57
Hex DC BD 46 0 E 44 E 30 44 39
Octal 334 275 106 0 16 104 16 60 104 71
Binary 11011100 10111101 1000110 0 1110 1000100 1110 110000 1000100 111001

Color Harmonies of #DCBD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD46

Black with #DCBD46

Text Example


Text Example

White with #DCBD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD46; }

 p { color: rgb(220,189,70); }

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

background-color css

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

 a { background-color: rgb(220,189,70); }

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

border-color css

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

 span { border-color: rgb(220,189,70); }

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