Html Css Color HEX #D5CD57 Confetti

📋 copy color: '#D5CD57'

red 213 ◦ green 205 ◦ blue 87

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

Shades of Confetti #D5CD57

Tints of Confetti #D5CD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.23%

R = 42.18%
G = 40.59%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5CD57 (or 0xD5CD57) is known color: Confetti. HEX triplet: D5, CD and 57. RGB value is (213,205,87). Sum of RGB (Red+Green+Blue) = 213+205+87=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD57 is #2A32A8. Grayscale: #C2C2C2. Windows color (decimal): -2765481 or 5754325. OLE color: 5754325.

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

Color convert

RGB 213 205 87 -
CMYK 0 0.04 0.59 0.16
HSL 56.19º 0.6% 0.59% -
HSV(B) 56.19º 0.59% 0.84% -
XYZ 50.99 58.5 17.62 -
YUV 193.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 213 205 87 0 0.04 0.59 0.16 56.19 0.6 0.59
Hex D5 CD 57 0 4 3B 10 38 3C 3B
Octal 325 315 127 0 4 73 20 70 74 73
Binary 11010101 11001101 1010111 0 100 111011 10000 111000 111100 111011

Color Harmonies of #D5CD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD57

Black with #D5CD57

Text Example


Text Example

White with #D5CD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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