Html Css Color HEX #D7CA50 Confetti

📋 copy color: '#D7CA50'

red 215 ◦ green 202 ◦ blue 80

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

Shades of Confetti #D7CA50

Tints of Confetti #D7CA50

RGB

 RED value IS 215 (84.38% from 255) = 43.26%

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

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

R = 43.26%
G = 40.64%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7CA50 (or 0xD7CA50) is known color: Confetti. HEX triplet: D7, CA and 50. RGB value is (215,202,80). Sum of RGB (Red+Green+Blue) = 215+202+80=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA50 is #2835AF. Grayscale: #C0C0C0. Windows color (decimal): -2635184 or 5294807. OLE color: 5294807.

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

Color convert

RGB 215 202 80 -
CMYK 0 0.06 0.63 0.16
HSL 54.22º 0.63% 0.58% -
HSV(B) 54.22º 0.63% 0.84% -
XYZ 50.59 57.27 15.98 -
YUV 191.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 215 202 80 0 0.06 0.63 0.16 54.22 0.63 0.58
Hex D7 CA 50 0 6 3F 10 36 3F 3A
Octal 327 312 120 0 6 77 20 66 77 72
Binary 11010111 11001010 1010000 0 110 111111 10000 110110 111111 111010

Color Harmonies of #D7CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CA50

Black with #D7CA50

Text Example


Text Example

White with #D7CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CA50; }

 p { color: rgb(215,202,80); }

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

background-color css

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

 a { background-color: rgb(215,202,80); }

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

border-color css

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

 span { border-color: rgb(215,202,80); }

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