Html Css Color HEX #D5D54E Confetti

📋 copy color: '#D5D54E'

red 213 ◦ green 213 ◦ blue 78

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

Shades of Confetti #D5D54E

Tints of Confetti #D5D54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.48%

R = 42.26%
G = 42.26%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5D54E (or 0xD5D54E) is known color: Confetti. HEX triplet: D5, D5 and 4E. RGB value is (213,213,78). Sum of RGB (Red+Green+Blue) = 213+213+78=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D54E is #2A2AB1. Grayscale: #C6C6C6. Windows color (decimal): -2763442 or 5166549. OLE color: 5166549.

HSL color Cylindrical-coordinate representation of color #D5D54E: 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.63%. Process color model (Four color, CMYK) of #D5D54E is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 213 78 -
CMYK 0 0 0.63 0.16
HSL 60º 0.62% 0.57% -
HSV(B) 60º 0.63% 0.84% -
XYZ 52.61 62.28 16.46 -
YUV 197.61 60.5 138.98 -
System Red Green Blue C M Y K H S L
Decimal 213 213 78 0 0 0.63 0.16 60 0.62 0.57
Hex D5 D5 4E 0 0 3F 10 3C 3E 39
Octal 325 325 116 0 0 77 20 74 76 71
Binary 11010101 11010101 1001110 0 0 111111 10000 111100 111110 111001

Color Harmonies of #D5D54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D54E

Black with #D5D54E

Text Example


Text Example

White with #D5D54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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