Html Css Color HEX #D6CE54 Confetti

📋 copy color: '#D6CE54'

red 214 ◦ green 206 ◦ blue 84

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

Shades of Confetti #D6CE54

Tints of Confetti #D6CE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 42.46%
G = 40.87%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6CE54 (or 0xD6CE54) is known color: Confetti. HEX triplet: D6, CE and 54. RGB value is (214,206,84). Sum of RGB (Red+Green+Blue) = 214+206+84=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE54 is #2931AB. Grayscale: #C2C2C2. Windows color (decimal): -2699692 or 5557974. OLE color: 5557974.

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

Color convert

RGB 214 206 84 -
CMYK 0 0.04 0.61 0.16
HSL 56.31º 0.61% 0.58% -
HSV(B) 56.31º 0.61% 0.84% -
XYZ 51.4 59.08 17.08 -
YUV 194.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 214 206 84 0 0.04 0.61 0.16 56.31 0.61 0.58
Hex D6 CE 54 0 4 3D 10 38 3D 3A
Octal 326 316 124 0 4 75 20 70 75 72
Binary 11010110 11001110 1010100 0 100 111101 10000 111000 111101 111010

Color Harmonies of #D6CE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE54

Black with #D6CE54

Text Example


Text Example

White with #D6CE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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