Html Css Color HEX #D2C751 Confetti

📋 copy color: '#D2C751'

red 210 ◦ green 199 ◦ blue 81

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

Shades of Confetti #D2C751

Tints of Confetti #D2C751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.53%

R = 42.86%
G = 40.61%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D2C751 (or 0xD2C751) is known color: Confetti. HEX triplet: D2, C7 and 51. RGB value is (210,199,81). Sum of RGB (Red+Green+Blue) = 210+199+81=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C751 is #2D38AE. Grayscale: #BDBDBD. Windows color (decimal): -2963631 or 5359570. OLE color: 5359570.

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

Color convert

RGB 210 199 81 -
CMYK 0 0.05 0.61 0.18
HSL 54.88º 0.59% 0.57% -
HSV(B) 54.88º 0.61% 0.82% -
XYZ 48.49 55.14 15.87 -
YUV 188.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 210 199 81 0 0.05 0.61 0.18 54.88 0.59 0.57
Hex D2 C7 51 0 5 3D 12 37 3B 39
Octal 322 307 121 0 5 75 22 67 73 71
Binary 11010010 11000111 1010001 0 101 111101 10010 110111 111011 111001

Color Harmonies of #D2C751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C751

Black with #D2C751

Text Example


Text Example

White with #D2C751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C751; }

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

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

background-color css

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

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

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

border-color css

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

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

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