Html Css Color HEX #D5D34A Confetti

📋 copy color: '#D5D34A'

red 213 ◦ green 211 ◦ blue 74

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

Shades of Confetti #D5D34A

Tints of Confetti #D5D34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

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

R = 42.77%
G = 42.37%
B = 14.86%

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

#D5D34A (or 0xD5D34A) is known color: Confetti. HEX triplet: D5, D3 and 4A. RGB value is (213,211,74). Sum of RGB (Red+Green+Blue) = 213+211+74=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D34A is #2A2CB5. Grayscale: #C4C4C4. Windows color (decimal): -2763958 or 4903893. OLE color: 4903893.

HSL color Cylindrical-coordinate representation of color #D5D34A: hue angle of 59.14º 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 #D5D34A is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 74 -
CMYK 0 0.01 0.65 0.16
HSL 59.14º 0.62% 0.56% -
HSV(B) 59.14º 0.65% 0.84% -
XYZ 51.97 61.23 15.56 -
YUV 195.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 213 211 74 0 0.01 0.65 0.16 59.14 0.62 0.56
Hex D5 D3 4A 0 1 41 10 3B 3E 38
Octal 325 323 112 0 1 101 20 73 76 70
Binary 11010101 11010011 1001010 0 1 1000001 10000 111011 111110 111000

Color Harmonies of #D5D34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D34A

Black with #D5D34A

Text Example


Text Example

White with #D5D34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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