Html Css Color HEX #D1CF50 Confetti

📋 copy color: '#D1CF50'

red 209 ◦ green 207 ◦ blue 80

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

Shades of Confetti #D1CF50

Tints of Confetti #D1CF50

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

 GREEN value IS 207 (81.25% from 255) = 41.73%

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

R = 42.14%
G = 41.73%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1CF50 (or 0xD1CF50) is known color: Confetti. HEX triplet: D1, CF and 50. RGB value is (209,207,80). Sum of RGB (Red+Green+Blue) = 209+207+80=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF50 is #2E30AF. Grayscale: #C1C1C1. Windows color (decimal): -3027120 or 5296081. OLE color: 5296081.

HSL color Cylindrical-coordinate representation of color #D1CF50: hue angle of 59.07º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1CF50 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 207 80 -
CMYK 0 0.01 0.62 0.18
HSL 59.07º 0.58% 0.57% -
HSV(B) 59.07º 0.62% 0.82% -
XYZ 50.06 58.76 16.29 -
YUV 193.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 209 207 80 0 0.01 0.62 0.18 59.07 0.58 0.57
Hex D1 CF 50 0 1 3E 12 3B 3A 39
Octal 321 317 120 0 1 76 22 73 72 71
Binary 11010001 11001111 1010000 0 1 111110 10010 111011 111010 111001

Color Harmonies of #D1CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CF50

Black with #D1CF50

Text Example


Text Example

White with #D1CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CF50; }

 p { color: rgb(209,207,80); }

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

background-color css

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

 a { background-color: rgb(209,207,80); }

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

border-color css

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

 span { border-color: rgb(209,207,80); }

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