Html Css Color HEX #D5CD54 Confetti

📋 copy color: '#D5CD54'

red 213 ◦ green 205 ◦ blue 84

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

Shades of Confetti #D5CD54

Tints of Confetti #D5CD54

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

 BLUE value IS 84 (33.2% from 255) = 16.73%

R = 42.43%
G = 40.84%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D5CD54 (or 0xD5CD54) is known color: Confetti. HEX triplet: D5, CD and 54. RGB value is (213,205,84). Sum of RGB (Red+Green+Blue) = 213+205+84=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD54 is #2A32AB. Grayscale: #C2C2C2. Windows color (decimal): -2765484 or 5557717. OLE color: 5557717.

HSL color Cylindrical-coordinate representation of color #D5CD54: hue angle of 56.28º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5CD54 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 84 -
CMYK 0 0.04 0.61 0.16
HSL 56.28º 0.61% 0.58% -
HSV(B) 56.28º 0.61% 0.84% -
XYZ 50.87 58.45 16.99 -
YUV 193.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 213 205 84 0 0.04 0.61 0.16 56.28 0.61 0.58
Hex D5 CD 54 0 4 3D 10 38 3D 3A
Octal 325 315 124 0 4 75 20 70 75 72
Binary 11010101 11001101 1010100 0 100 111101 10000 111000 111101 111010

Color Harmonies of #D5CD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD54

Black with #D5CD54

Text Example


Text Example

White with #D5CD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD54; }

 p { color: rgb(213,205,84); }

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

background-color css

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

 a { background-color: rgb(213,205,84); }

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

border-color css

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

 span { border-color: rgb(213,205,84); }

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