Html Css Color HEX #D7CC50 Confetti

📋 copy color: '#D7CC50'

red 215 ◦ green 204 ◦ blue 80

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

Shades of Confetti #D7CC50

Tints of Confetti #D7CC50

RGB

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

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

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

R = 43.09%
G = 40.88%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7CC50 (or 0xD7CC50) is known color: Confetti. HEX triplet: D7, CC and 50. RGB value is (215,204,80). Sum of RGB (Red+Green+Blue) = 215+204+80=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC50 is #2833AF. Grayscale: #C1C1C1. Windows color (decimal): -2634672 or 5295319. OLE color: 5295319.

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

Color convert

RGB 215 204 80 -
CMYK 0 0.05 0.63 0.16
HSL 55.11º 0.63% 0.58% -
HSV(B) 55.11º 0.63% 0.84% -
XYZ 51.07 58.21 16.13 -
YUV 193.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 215 204 80 0 0.05 0.63 0.16 55.11 0.63 0.58
Hex D7 CC 50 0 5 3F 10 37 3F 3A
Octal 327 314 120 0 5 77 20 67 77 72
Binary 11010111 11001100 1010000 0 101 111111 10000 110111 111111 111010

Color Harmonies of #D7CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC50

Black with #D7CC50

Text Example


Text Example

White with #D7CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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