Html Css Color HEX #D5D848 Confetti

📋 copy color: '#D5D848'

red 213 ◦ green 216 ◦ blue 72

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

Shades of Confetti #D5D848

Tints of Confetti #D5D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.11%

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

R = 42.51%
G = 43.11%
B = 14.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D5D848 (or 0xD5D848) is known color: Confetti. HEX triplet: D5, D8 and 48. RGB value is (213,216,72). Sum of RGB (Red+Green+Blue) = 213+216+72=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D848 is #2A27B7. Grayscale: #C7C7C7. Windows color (decimal): -2762680 or 4774101. OLE color: 4774101.

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

Color convert

RGB 213 216 72 -
CMYK 0.01 0 0.67 0.15
HSL 61.25º 0.65% 0.56% -
HSV(B) 61.25º 0.67% 0.85% -
XYZ 53.17 63.73 15.63 -
YUV 198.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 213 216 72 0.01 0 0.67 0.15 61.25 0.65 0.56
Hex D5 D8 48 1 0 43 F 3D 41 38
Octal 325 330 110 1 0 103 17 75 101 70
Binary 11010101 11011000 1001000 1 0 1000011 1111 111101 1000001 111000

Color Harmonies of #D5D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D848

Black with #D5D848

Text Example


Text Example

White with #D5D848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D848; }

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

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

background-color css

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

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

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

border-color css

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

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

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