Html Css Color HEX #D6D046 Confetti

📋 copy color: '#D6D046'

red 214 ◦ green 208 ◦ blue 70

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

Shades of Confetti #D6D046

Tints of Confetti #D6D046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.23%

R = 43.5%
G = 42.28%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D6D046 (or 0xD6D046) is known color: Confetti. HEX triplet: D6, D0 and 46. RGB value is (214,208,70). Sum of RGB (Red+Green+Blue) = 214+208+70=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D046 is #292FB9. Grayscale: #C2C2C2. Windows color (decimal): -2699194 or 4640982. OLE color: 4640982.

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

Color convert

RGB 214 208 70 -
CMYK 0 0.03 0.67 0.16
HSL 57.5º 0.64% 0.56% -
HSV(B) 57.5º 0.67% 0.84% -
XYZ 51.39 59.85 14.64 -
YUV 194.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 214 208 70 0 0.03 0.67 0.16 57.5 0.64 0.56
Hex D6 D0 46 0 3 43 10 3A 40 38
Octal 326 320 106 0 3 103 20 72 100 70
Binary 11010110 11010000 1000110 0 11 1000011 10000 111010 1000000 111000

Color Harmonies of #D6D046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D046

Black with #D6D046

Text Example


Text Example

White with #D6D046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D046; }

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

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

background-color css

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

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

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

border-color css

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

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

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