Html Css Color HEX #D5D54C Confetti

📋 copy color: '#D5D54C'

red 213 ◦ green 213 ◦ blue 76

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

Shades of Confetti #D5D54C

Tints of Confetti #D5D54C

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

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

 BLUE value IS 76 (30.08% from 255) = 15.14%

R = 42.43%
G = 42.43%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5D54C (or 0xD5D54C) is known color: Confetti. HEX triplet: D5, D5 and 4C. RGB value is (213,213,76). Sum of RGB (Red+Green+Blue) = 213+213+76=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D54C is #2A2AB3. Grayscale: #C5C5C5. Windows color (decimal): -2763444 or 5035477. OLE color: 5035477.

HSL color Cylindrical-coordinate representation of color #D5D54C: hue angle of 60º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5D54C is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 213 76 -
CMYK 0 0 0.64 0.16
HSL 60º 0.62% 0.57% -
HSV(B) 60º 0.64% 0.84% -
XYZ 52.54 62.26 16.09 -
YUV 197.38 59.5 139.14 -
System Red Green Blue C M Y K H S L
Decimal 213 213 76 0 0 0.64 0.16 60 0.62 0.57
Hex D5 D5 4C 0 0 40 10 3C 3E 39
Octal 325 325 114 0 0 100 20 74 76 71
Binary 11010101 11010101 1001100 0 0 1000000 10000 111100 111110 111001

Color Harmonies of #D5D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D54C

Black with #D5D54C

Text Example


Text Example

White with #D5D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D54C; }

 p { color: rgb(213,213,76); }

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

background-color css

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

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

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

border-color css

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

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

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