Html Css Color HEX #D6CE4F Confetti

📋 copy color: '#D6CE4F'

red 214 ◦ green 206 ◦ blue 79

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

Shades of Confetti #D6CE4F

Tints of Confetti #D6CE4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.83%

R = 42.89%
G = 41.28%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6CE4F (or 0xD6CE4F) is known color: Confetti. HEX triplet: D6, CE and 4F. RGB value is (214,206,79). Sum of RGB (Red+Green+Blue) = 214+206+79=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE4F is #2931B0. Grayscale: #C2C2C2. Windows color (decimal): -2699697 or 5230294. OLE color: 5230294.

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

Color convert

RGB 214 206 79 -
CMYK 0 0.04 0.63 0.16
HSL 56.44º 0.62% 0.57% -
HSV(B) 56.44º 0.63% 0.84% -
XYZ 51.21 59 16.09 -
YUV 193.91 63.15 142.33 -
System Red Green Blue C M Y K H S L
Decimal 214 206 79 0 0.04 0.63 0.16 56.44 0.62 0.57
Hex D6 CE 4F 0 4 3F 10 38 3E 39
Octal 326 316 117 0 4 77 20 70 76 71
Binary 11010110 11001110 1001111 0 100 111111 10000 111000 111110 111001

Color Harmonies of #D6CE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE4F

Black with #D6CE4F

Text Example


Text Example

White with #D6CE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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