Html Css Color HEX #D6C446 Confetti

📋 copy color: '#D6C446'

red 214 ◦ green 196 ◦ blue 70

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

Shades of Confetti #D6C446

Tints of Confetti #D6C446

RGB

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

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

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

R = 44.58%
G = 40.83%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D6C446 (or 0xD6C446) is known color: Confetti. HEX triplet: D6, C4 and 46. RGB value is (214,196,70). Sum of RGB (Red+Green+Blue) = 214+196+70=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C446 is #293BB9. Grayscale: #BBBBBB. Windows color (decimal): -2702266 or 4637910. OLE color: 4637910.

HSL color Cylindrical-coordinate representation of color #D6C446: hue angle of 52.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 #D6C446 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 70 -
CMYK 0 0.08 0.67 0.16
HSL 52.5º 0.64% 0.56% -
HSV(B) 52.5º 0.67% 0.84% -
XYZ 48.58 54.22 13.7 -
YUV 187.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 214 196 70 0 0.08 0.67 0.16 52.5 0.64 0.56
Hex D6 C4 46 0 8 43 10 34 40 38
Octal 326 304 106 0 10 103 20 64 100 70
Binary 11010110 11000100 1000110 0 1000 1000011 10000 110100 1000000 111000

Color Harmonies of #D6C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C446

Black with #D6C446

Text Example


Text Example

White with #D6C446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C446; }

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

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

background-color css

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

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

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

border-color css

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

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

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