Html Css Color HEX #D5C24A Confetti

📋 copy color: '#D5C24A'

red 213 ◦ green 194 ◦ blue 74

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

Shades of Confetti #D5C24A

Tints of Confetti #D5C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.33%

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

R = 44.28%
G = 40.33%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5C24A (or 0xD5C24A) is known color: Confetti. HEX triplet: D5, C2 and 4A. RGB value is (213,194,74). Sum of RGB (Red+Green+Blue) = 213+194+74=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C24A is #2A3DB5. Grayscale: #BABABA. Windows color (decimal): -2768310 or 4899541. OLE color: 4899541.

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

Color convert

RGB 213 194 74 -
CMYK 0 0.09 0.65 0.16
HSL 51.8º 0.62% 0.56% -
HSV(B) 51.8º 0.65% 0.84% -
XYZ 47.97 53.22 14.22 -
YUV 186 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 213 194 74 0 0.09 0.65 0.16 51.8 0.62 0.56
Hex D5 C2 4A 0 9 41 10 34 3E 38
Octal 325 302 112 0 11 101 20 64 76 70
Binary 11010101 11000010 1001010 0 1001 1000001 10000 110100 111110 111000

Color Harmonies of #D5C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C24A

Black with #D5C24A

Text Example


Text Example

White with #D5C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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