Html Css Color HEX #DCBD4A Confetti

📋 copy color: '#DCBD4A'

red 220 ◦ green 189 ◦ blue 74

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

Shades of Confetti #DCBD4A

Tints of Confetti #DCBD4A

RGB

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

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

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

R = 45.55%
G = 39.13%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCBD4A (or 0xDCBD4A) is known color: Confetti. HEX triplet: DC, BD and 4A. RGB value is (220,189,74). Sum of RGB (Red+Green+Blue) = 220+189+74=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD4A is #2342B5. Grayscale: #B9B9B9. Windows color (decimal): -2310838 or 4898268. OLE color: 4898268.

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

Color convert

RGB 220 189 74 -
CMYK 0 0.14 0.66 0.14
HSL 47.26º 0.68% 0.58% -
HSV(B) 47.26º 0.66% 0.86% -
XYZ 48.95 52.11 13.96 -
YUV 185.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 220 189 74 0 0.14 0.66 0.14 47.26 0.68 0.58
Hex DC BD 4A 0 E 42 E 2F 44 3A
Octal 334 275 112 0 16 102 16 57 104 72
Binary 11011100 10111101 1001010 0 1110 1000010 1110 101111 1000100 111010

Color Harmonies of #DCBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD4A

Black with #DCBD4A

Text Example


Text Example

White with #DCBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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