Html Css Color HEX #D6CE4A Confetti

📋 copy color: '#D6CE4A'

red 214 ◦ green 206 ◦ blue 74

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

Shades of Confetti #D6CE4A

Tints of Confetti #D6CE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.98%

R = 43.32%
G = 41.7%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6CE4A (or 0xD6CE4A) is known color: Confetti. HEX triplet: D6, CE and 4A. RGB value is (214,206,74). Sum of RGB (Red+Green+Blue) = 214+206+74=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE4A is #2931B5. Grayscale: #C1C1C1. Windows color (decimal): -2699702 or 4902614. OLE color: 4902614.

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

Color convert

RGB 214 206 74 -
CMYK 0 0.04 0.65 0.16
HSL 56.57º 0.63% 0.56% -
HSV(B) 56.57º 0.65% 0.84% -
XYZ 51.04 58.93 15.16 -
YUV 193.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 214 206 74 0 0.04 0.65 0.16 56.57 0.63 0.56
Hex D6 CE 4A 0 4 41 10 39 3F 38
Octal 326 316 112 0 4 101 20 71 77 70
Binary 11010110 11001110 1001010 0 100 1000001 10000 111001 111111 111000

Color Harmonies of #D6CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE4A

Black with #D6CE4A

Text Example


Text Example

White with #D6CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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