Html Css Color HEX #D5CD53 Confetti

📋 copy color: '#D5CD53'

red 213 ◦ green 205 ◦ blue 83

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

Shades of Confetti #D5CD53

Tints of Confetti #D5CD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.57%

R = 42.51%
G = 40.92%
B = 16.57%

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

#D5CD53 (or 0xD5CD53) is known color: Confetti. HEX triplet: D5, CD and 53. RGB value is (213,205,83). Sum of RGB (Red+Green+Blue) = 213+205+83=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD53 is #2A32AC. Grayscale: #C1C1C1. Windows color (decimal): -2765485 or 5492181. OLE color: 5492181.

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

Color convert

RGB 213 205 83 -
CMYK 0 0.04 0.61 0.16
HSL 56.31º 0.61% 0.58% -
HSV(B) 56.31º 0.61% 0.84% -
XYZ 50.83 58.43 16.78 -
YUV 193.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 213 205 83 0 0.04 0.61 0.16 56.31 0.61 0.58
Hex D5 CD 53 0 4 3D 10 38 3D 3A
Octal 325 315 123 0 4 75 20 70 75 72
Binary 11010101 11001101 1010011 0 100 111101 10000 111000 111101 111010

Color Harmonies of #D5CD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD53

Black with #D5CD53

Text Example


Text Example

White with #D5CD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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