Html Css Color HEX #D5CC50 Confetti

📋 copy color: '#D5CC50'

red 213 ◦ green 204 ◦ blue 80

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

Shades of Confetti #D5CC50

Tints of Confetti #D5CC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 42.86%
G = 41.05%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5CC50 (or 0xD5CC50) is known color: Confetti. HEX triplet: D5, CC and 50. RGB value is (213,204,80). Sum of RGB (Red+Green+Blue) = 213+204+80=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC50 is #2A33AF. Grayscale: #C1C1C1. Windows color (decimal): -2765744 or 5295317. OLE color: 5295317.

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

Color convert

RGB 213 204 80 -
CMYK 0 0.04 0.62 0.16
HSL 55.94º 0.61% 0.57% -
HSV(B) 55.94º 0.62% 0.84% -
XYZ 50.48 57.91 16.11 -
YUV 192.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 213 204 80 0 0.04 0.62 0.16 55.94 0.61 0.57
Hex D5 CC 50 0 4 3E 10 38 3D 39
Octal 325 314 120 0 4 76 20 70 75 71
Binary 11010101 11001100 1010000 0 100 111110 10000 111000 111101 111001

Color Harmonies of #D5CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC50

Black with #D5CC50

Text Example


Text Example

White with #D5CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC50; }

 p { color: rgb(213,204,80); }

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

background-color css

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

 a { background-color: rgb(213,204,80); }

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

border-color css

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

 span { border-color: rgb(213,204,80); }

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