Html Css Color HEX #D2C048 Confetti

📋 copy color: '#D2C048'

red 210 ◦ green 192 ◦ blue 72

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

Shades of Confetti #D2C048

Tints of Confetti #D2C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 72 (28.52% from 255) = 15.19%

R = 44.3%
G = 40.51%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D2C048 (or 0xD2C048) is known color: Confetti. HEX triplet: D2, C0 and 48. RGB value is (210,192,72). Sum of RGB (Red+Green+Blue) = 210+192+72=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C048 is #2D3FB7. Grayscale: #B8B8B8. Windows color (decimal): -2965432 or 4767954. OLE color: 4767954.

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

Color convert

RGB 210 192 72 -
CMYK 0 0.09 0.66 0.18
HSL 52.17º 0.61% 0.55% -
HSV(B) 52.17º 0.66% 0.82% -
XYZ 46.6 51.87 13.69 -
YUV 183.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 210 192 72 0 0.09 0.66 0.18 52.17 0.61 0.55
Hex D2 C0 48 0 9 42 12 34 3D 37
Octal 322 300 110 0 11 102 22 64 75 67
Binary 11010010 11000000 1001000 0 1001 1000010 10010 110100 111101 110111

Color Harmonies of #D2C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C048

Black with #D2C048

Text Example


Text Example

White with #D2C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C048; }

 p { color: rgb(210,192,72); }

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

background-color css

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

 a { background-color: rgb(210,192,72); }

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

border-color css

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

 span { border-color: rgb(210,192,72); }

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