Html Css Color HEX #D6CE46 Confetti

📋 copy color: '#D6CE46'

red 214 ◦ green 206 ◦ blue 70

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

Shades of Confetti #D6CE46

Tints of Confetti #D6CE46

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.04%

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

R = 43.67%
G = 42.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D6CE46 (or 0xD6CE46) is known color: Confetti. HEX triplet: D6, CE and 46. RGB value is (214,206,70). Sum of RGB (Red+Green+Blue) = 214+206+70=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE46 is #2931B9. Grayscale: #C1C1C1. Windows color (decimal): -2699706 or 4640470. OLE color: 4640470.

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

Color convert

RGB 214 206 70 -
CMYK 0 0.04 0.67 0.16
HSL 56.67º 0.64% 0.56% -
HSV(B) 56.67º 0.67% 0.84% -
XYZ 50.91 58.88 14.48 -
YUV 192.89 58.65 143.06 -
System Red Green Blue C M Y K H S L
Decimal 214 206 70 0 0.04 0.67 0.16 56.67 0.64 0.56
Hex D6 CE 46 0 4 43 10 39 40 38
Octal 326 316 106 0 4 103 20 71 100 70
Binary 11010110 11001110 1000110 0 100 1000011 10000 111001 1000000 111000

Color Harmonies of #D6CE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE46

Black with #D6CE46

Text Example


Text Example

White with #D6CE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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