Html Css Color HEX #DCBD4D Confetti

📋 copy color: '#DCBD4D'

red 220 ◦ green 189 ◦ blue 77

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

Shades of Confetti #DCBD4D

Tints of Confetti #DCBD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.84%

R = 45.27%
G = 38.89%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCBD4D (or 0xDCBD4D) is known color: Confetti. HEX triplet: DC, BD and 4D. RGB value is (220,189,77). Sum of RGB (Red+Green+Blue) = 220+189+77=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD4D is #2342B2. Grayscale: #B9B9B9. Windows color (decimal): -2310835 or 5094876. OLE color: 5094876.

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

Color convert

RGB 220 189 77 -
CMYK 0 0.14 0.65 0.14
HSL 46.99º 0.67% 0.58% -
HSV(B) 46.99º 0.65% 0.86% -
XYZ 49.05 52.15 14.5 -
YUV 185.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 220 189 77 0 0.14 0.65 0.14 46.99 0.67 0.58
Hex DC BD 4D 0 E 41 E 2F 43 3A
Octal 334 275 115 0 16 101 16 57 103 72
Binary 11011100 10111101 1001101 0 1110 1000001 1110 101111 1000011 111010

Color Harmonies of #DCBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD4D

Black with #DCBD4D

Text Example


Text Example

White with #DCBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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