Html Css Color HEX #D2C750 Confetti

📋 copy color: '#D2C750'

red 210 ◦ green 199 ◦ blue 80

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

Shades of Confetti #D2C750

Tints of Confetti #D2C750

RGB

 RED value IS 210 (82.42% from 255) = 42.94%

 GREEN value IS 199 (78.13% from 255) = 40.7%

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

R = 42.94%
G = 40.7%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2C750 (or 0xD2C750) is known color: Confetti. HEX triplet: D2, C7 and 50. RGB value is (210,199,80). Sum of RGB (Red+Green+Blue) = 210+199+80=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C750 is #2D38AF. Grayscale: #BDBDBD. Windows color (decimal): -2963632 or 5294034. OLE color: 5294034.

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

Color convert

RGB 210 199 80 -
CMYK 0 0.05 0.62 0.18
HSL 54.92º 0.59% 0.57% -
HSV(B) 54.92º 0.62% 0.82% -
XYZ 48.45 55.13 15.68 -
YUV 188.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 210 199 80 0 0.05 0.62 0.18 54.92 0.59 0.57
Hex D2 C7 50 0 5 3E 12 37 3B 39
Octal 322 307 120 0 5 76 22 67 73 71
Binary 11010010 11000111 1010000 0 101 111110 10010 110111 111011 111001

Color Harmonies of #D2C750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C750

Black with #D2C750

Text Example


Text Example

White with #D2C750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C750; }

 p { color: rgb(210,199,80); }

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

background-color css

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

 a { background-color: rgb(210,199,80); }

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

border-color css

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

 span { border-color: rgb(210,199,80); }

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