Html Css Color HEX #D5D24A Confetti

📋 copy color: '#D5D24A'

red 213 ◦ green 210 ◦ blue 74

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

Shades of Confetti #D5D24A

Tints of Confetti #D5D24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 74 (29.3% from 255) = 14.89%

R = 42.86%
G = 42.25%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5D24A (or 0xD5D24A) is known color: Confetti. HEX triplet: D5, D2 and 4A. RGB value is (213,210,74). Sum of RGB (Red+Green+Blue) = 213+210+74=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D24A is #2A2DB5. Grayscale: #C3C3C3. Windows color (decimal): -2764214 or 4903637. OLE color: 4903637.

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

Color convert

RGB 213 210 74 -
CMYK 0 0.01 0.65 0.16
HSL 58.71º 0.62% 0.56% -
HSV(B) 58.71º 0.65% 0.84% -
XYZ 51.72 60.73 15.48 -
YUV 195.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 213 210 74 0 0.01 0.65 0.16 58.71 0.62 0.56
Hex D5 D2 4A 0 1 41 10 3B 3E 38
Octal 325 322 112 0 1 101 20 73 76 70
Binary 11010101 11010010 1001010 0 1 1000001 10000 111011 111110 111000

Color Harmonies of #D5D24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D24A

Black with #D5D24A

Text Example


Text Example

White with #D5D24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D24A; }

 p { color: rgb(213,210,74); }

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

background-color css

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

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

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

border-color css

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

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

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