Html Css Color HEX #D5C548 Confetti

📋 copy color: '#D5C548'

red 213 ◦ green 197 ◦ blue 72

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

Shades of Confetti #D5C548

Tints of Confetti #D5C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 72 (28.52% from 255) = 14.94%

R = 44.19%
G = 40.87%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D5C548 (or 0xD5C548) is known color: Confetti. HEX triplet: D5, C5 and 48. RGB value is (213,197,72). Sum of RGB (Red+Green+Blue) = 213+197+72=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C548 is #2A3AB7. Grayscale: #BCBCBC. Windows color (decimal): -2767544 or 4769237. OLE color: 4769237.

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

Color convert

RGB 213 197 72 -
CMYK 0 0.08 0.66 0.16
HSL 53.19º 0.63% 0.56% -
HSV(B) 53.19º 0.66% 0.84% -
XYZ 48.58 54.55 14.1 -
YUV 187.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 213 197 72 0 0.08 0.66 0.16 53.19 0.63 0.56
Hex D5 C5 48 0 8 42 10 35 3F 38
Octal 325 305 110 0 10 102 20 65 77 70
Binary 11010101 11000101 1001000 0 1000 1000010 10000 110101 111111 111000

Color Harmonies of #D5C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C548

Black with #D5C548

Text Example


Text Example

White with #D5C548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C548; }

 p { color: rgb(213,197,72); }

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

background-color css

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

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

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

border-color css

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

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

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