Html Css Color HEX #DCD54B Confetti

📋 copy color: '#DCD54B'

red 220 ◦ green 213 ◦ blue 75

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

Shades of Confetti #DCD54B

Tints of Confetti #DCD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

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

R = 43.31%
G = 41.93%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCD54B (or 0xDCD54B) is known color: Confetti. HEX triplet: DC, D5 and 4B. RGB value is (220,213,75). Sum of RGB (Red+Green+Blue) = 220+213+75=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD54B is #232AB4. Grayscale: #C7C7C7. Windows color (decimal): -2304693 or 4969948. OLE color: 4969948.

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

Color convert

RGB 220 213 75 -
CMYK 0 0.03 0.66 0.14
HSL 57.1º 0.67% 0.58% -
HSV(B) 57.1º 0.66% 0.86% -
XYZ 54.58 63.31 16 -
YUV 199.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 220 213 75 0 0.03 0.66 0.14 57.1 0.67 0.58
Hex DC D5 4B 0 3 42 E 39 43 3A
Octal 334 325 113 0 3 102 16 71 103 72
Binary 11011100 11010101 1001011 0 11 1000010 1110 111001 1000011 111010

Color Harmonies of #DCD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD54B

Black with #DCD54B

Text Example


Text Example

White with #DCD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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