Html Css Color HEX #D6D049 Confetti

📋 copy color: '#D6D049'

red 214 ◦ green 208 ◦ blue 73

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

Shades of Confetti #D6D049

Tints of Confetti #D6D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

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

R = 43.23%
G = 42.02%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6D049 (or 0xD6D049) is known color: Confetti. HEX triplet: D6, D0 and 49. RGB value is (214,208,73). Sum of RGB (Red+Green+Blue) = 214+208+73=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D049 is #292FB6. Grayscale: #C2C2C2. Windows color (decimal): -2699191 or 4837590. OLE color: 4837590.

HSL color Cylindrical-coordinate representation of color #D6D049: hue angle of 57.45º 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 #D6D049 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 73 -
CMYK 0 0.03 0.66 0.16
HSL 57.45º 0.63% 0.56% -
HSV(B) 57.45º 0.66% 0.84% -
XYZ 51.49 59.89 15.15 -
YUV 194.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 214 208 73 0 0.03 0.66 0.16 57.45 0.63 0.56
Hex D6 D0 49 0 3 42 10 39 3F 38
Octal 326 320 111 0 3 102 20 71 77 70
Binary 11010110 11010000 1001001 0 11 1000010 10000 111001 111111 111000

Color Harmonies of #D6D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D049

Black with #D6D049

Text Example


Text Example

White with #D6D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D049; }

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

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

background-color css

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

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

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

border-color css

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

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

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