Html Css Color HEX #DCBD4B Confetti

📋 copy color: '#DCBD4B'

red 220 ◦ green 189 ◦ blue 75

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

Shades of Confetti #DCBD4B

Tints of Confetti #DCBD4B

RGB

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

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

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

R = 45.45%
G = 39.05%
B = 15.5%

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

#DCBD4B (or 0xDCBD4B) is known color: Confetti. HEX triplet: DC, BD and 4B. RGB value is (220,189,75). Sum of RGB (Red+Green+Blue) = 220+189+75=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD4B is #2342B4. Grayscale: #B9B9B9. Windows color (decimal): -2310837 or 4963804. OLE color: 4963804.

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

Color convert

RGB 220 189 75 -
CMYK 0 0.14 0.66 0.14
HSL 47.17º 0.67% 0.58% -
HSV(B) 47.17º 0.66% 0.86% -
XYZ 48.98 52.12 14.13 -
YUV 185.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 220 189 75 0 0.14 0.66 0.14 47.17 0.67 0.58
Hex DC BD 4B 0 E 42 E 2F 43 3A
Octal 334 275 113 0 16 102 16 57 103 72
Binary 11011100 10111101 1001011 0 1110 1000010 1110 101111 1000011 111010

Color Harmonies of #DCBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD4B

Black with #DCBD4B

Text Example


Text Example

White with #DCBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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