Html Css Color HEX #DCBD42 Confetti

📋 copy color: '#DCBD42'

red 220 ◦ green 189 ◦ blue 66

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

Shades of Confetti #DCBD42

Tints of Confetti #DCBD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.89%

R = 46.32%
G = 39.79%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCBD42 (or 0xDCBD42) is known color: Confetti. HEX triplet: DC, BD and 42. RGB value is (220,189,66). Sum of RGB (Red+Green+Blue) = 220+189+66=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD42 is #2342BD. Grayscale: #B8B8B8. Windows color (decimal): -2310846 or 4373980. OLE color: 4373980.

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

Color convert

RGB 220 189 66 -
CMYK 0 0.14 0.7 0.14
HSL 47.92º 0.69% 0.56% -
HSV(B) 47.92º 0.7% 0.86% -
XYZ 48.7 52 12.63 -
YUV 184.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 220 189 66 0 0.14 0.7 0.14 47.92 0.69 0.56
Hex DC BD 42 0 E 46 E 30 45 38
Octal 334 275 102 0 16 106 16 60 105 70
Binary 11011100 10111101 1000010 0 1110 1000110 1110 110000 1000101 111000

Color Harmonies of #DCBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD42

Black with #DCBD42

Text Example


Text Example

White with #DCBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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