Html Css Color HEX #D6C146 Confetti

📋 copy color: '#D6C146'

red 214 ◦ green 193 ◦ blue 70

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

Shades of Confetti #D6C146

Tints of Confetti #D6C146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.46%

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

R = 44.86%
G = 40.46%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D6C146 (or 0xD6C146) is known color: Confetti. HEX triplet: D6, C1 and 46. RGB value is (214,193,70). Sum of RGB (Red+Green+Blue) = 214+193+70=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C146 is #293EB9. Grayscale: #B9B9B9. Windows color (decimal): -2703034 or 4637142. OLE color: 4637142.

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

Color convert

RGB 214 193 70 -
CMYK 0 0.10 0.67 0.16
HSL 51.25º 0.64% 0.56% -
HSV(B) 51.25º 0.67% 0.84% -
XYZ 47.91 52.88 13.48 -
YUV 185.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 214 193 70 0 0.10 0.67 0.16 51.25 0.64 0.56
Hex D6 C1 46 0 A 43 10 33 40 38
Octal 326 301 106 0 12 103 20 63 100 70
Binary 11010110 11000001 1000110 0 1010 1000011 10000 110011 1000000 111000

Color Harmonies of #D6C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C146

Black with #D6C146

Text Example


Text Example

White with #D6C146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C146; }

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

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

background-color css

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

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

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

border-color css

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

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

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