Html Css Color HEX #D2C449 Confetti

📋 copy color: '#D2C449'

red 210 ◦ green 196 ◦ blue 73

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

Shades of Confetti #D2C449

Tints of Confetti #D2C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.92%

 BLUE value IS 73 (28.91% from 255) = 15.24%

R = 43.84%
G = 40.92%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2C449 (or 0xD2C449) is known color: Confetti. HEX triplet: D2, C4 and 49. RGB value is (210,196,73). Sum of RGB (Red+Green+Blue) = 210+196+73=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C449 is #2D3BB6. Grayscale: #BABABA. Windows color (decimal): -2964407 or 4834514. OLE color: 4834514.

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

Color convert

RGB 210 196 73 -
CMYK 0 0.07 0.65 0.18
HSL 53.87º 0.6% 0.55% -
HSV(B) 53.87º 0.65% 0.82% -
XYZ 47.52 53.66 14.16 -
YUV 186.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 210 196 73 0 0.07 0.65 0.18 53.87 0.6 0.55
Hex D2 C4 49 0 7 41 12 36 3C 37
Octal 322 304 111 0 7 101 22 66 74 67
Binary 11010010 11000100 1001001 0 111 1000001 10010 110110 111100 110111

Color Harmonies of #D2C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C449

Black with #D2C449

Text Example


Text Example

White with #D2C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C449; }

 p { color: rgb(210,196,73); }

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

background-color css

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

 a { background-color: rgb(210,196,73); }

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

border-color css

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

 span { border-color: rgb(210,196,73); }

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