Html Css Color HEX #DCBD44 Confetti

📋 copy color: '#DCBD44'

red 220 ◦ green 189 ◦ blue 68

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

Shades of Confetti #DCBD44

Tints of Confetti #DCBD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.26%

R = 46.12%
G = 39.62%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCBD44 (or 0xDCBD44) is known color: Confetti. HEX triplet: DC, BD and 44. RGB value is (220,189,68). Sum of RGB (Red+Green+Blue) = 220+189+68=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD44 is #2342BB. Grayscale: #B8B8B8. Windows color (decimal): -2310844 or 4505052. OLE color: 4505052.

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

Color convert

RGB 220 189 68 -
CMYK 0 0.14 0.69 0.14
HSL 47.76º 0.68% 0.56% -
HSV(B) 47.76º 0.69% 0.86% -
XYZ 48.76 52.03 12.94 -
YUV 184.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 220 189 68 0 0.14 0.69 0.14 47.76 0.68 0.56
Hex DC BD 44 0 E 45 E 30 44 38
Octal 334 275 104 0 16 105 16 60 104 70
Binary 11011100 10111101 1000100 0 1110 1000101 1110 110000 1000100 111000

Color Harmonies of #DCBD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD44

Black with #DCBD44

Text Example


Text Example

White with #DCBD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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