Html Css Color HEX #D6C249 Confetti

📋 copy color: '#D6C249'

red 214 ◦ green 194 ◦ blue 73

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

Shades of Confetti #D6C249

Tints of Confetti #D6C249

RGB

 RED value IS 214 (83.98% from 255) = 44.49%

 GREEN value IS 194 (76.17% from 255) = 40.33%

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

R = 44.49%
G = 40.33%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6C249 (or 0xD6C249) is known color: Confetti. HEX triplet: D6, C2 and 49. RGB value is (214,194,73). Sum of RGB (Red+Green+Blue) = 214+194+73=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C249 is #293DB6. Grayscale: #BABABA. Windows color (decimal): -2702775 or 4834006. OLE color: 4834006.

HSL color Cylindrical-coordinate representation of color #D6C249: hue angle of 51.49º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6C249 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 73 -
CMYK 0 0.09 0.66 0.16
HSL 51.49º 0.63% 0.56% -
HSV(B) 51.49º 0.66% 0.84% -
XYZ 48.23 53.36 14.06 -
YUV 186.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 214 194 73 0 0.09 0.66 0.16 51.49 0.63 0.56
Hex D6 C2 49 0 9 42 10 33 3F 38
Octal 326 302 111 0 11 102 20 63 77 70
Binary 11010110 11000010 1001001 0 1001 1000010 10000 110011 111111 111000

Color Harmonies of #D6C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C249

Black with #D6C249

Text Example


Text Example

White with #D6C249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C249; }

 p { color: rgb(214,194,73); }

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

background-color css

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

 a { background-color: rgb(214,194,73); }

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

border-color css

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

 span { border-color: rgb(214,194,73); }

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