Html Css Color HEX #D5CA57 Confetti

📋 copy color: '#D5CA57'

red 213 ◦ green 202 ◦ blue 87

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

Shades of Confetti #D5CA57

Tints of Confetti #D5CA57

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

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

R = 42.43%
G = 40.24%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5CA57 (or 0xD5CA57) is known color: Confetti. HEX triplet: D5, CA and 57. RGB value is (213,202,87). Sum of RGB (Red+Green+Blue) = 213+202+87=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA57 is #2A35A8. Grayscale: #C0C0C0. Windows color (decimal): -2766249 or 5753557. OLE color: 5753557.

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

Color convert

RGB 213 202 87 -
CMYK 0 0.05 0.59 0.16
HSL 54.76º 0.6% 0.59% -
HSV(B) 54.76º 0.59% 0.84% -
XYZ 50.28 57.08 17.38 -
YUV 192.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 213 202 87 0 0.05 0.59 0.16 54.76 0.6 0.59
Hex D5 CA 57 0 5 3B 10 37 3C 3B
Octal 325 312 127 0 5 73 20 67 74 73
Binary 11010101 11001010 1010111 0 101 111011 10000 110111 111100 111011

Color Harmonies of #D5CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA57

Black with #D5CA57

Text Example


Text Example

White with #D5CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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