Html Css Color HEX #D6D054 Confetti

📋 copy color: '#D6D054'

red 214 ◦ green 208 ◦ blue 84

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

Shades of Confetti #D6D054

Tints of Confetti #D6D054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 42.29%
G = 41.11%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6D054 (or 0xD6D054) is known color: Confetti. HEX triplet: D6, D0 and 54. RGB value is (214,208,84). Sum of RGB (Red+Green+Blue) = 214+208+84=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D054 is #292FAB. Grayscale: #C4C4C4. Windows color (decimal): -2699180 or 5558486. OLE color: 5558486.

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

Color convert

RGB 214 208 84 -
CMYK 0 0.03 0.61 0.16
HSL 57.23º 0.61% 0.58% -
HSV(B) 57.23º 0.61% 0.84% -
XYZ 51.89 60.05 17.24 -
YUV 195.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 214 208 84 0 0.03 0.61 0.16 57.23 0.61 0.58
Hex D6 D0 54 0 3 3D 10 39 3D 3A
Octal 326 320 124 0 3 75 20 71 75 72
Binary 11010110 11010000 1010100 0 11 111101 10000 111001 111101 111010

Color Harmonies of #D6D054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D054

Black with #D6D054

Text Example


Text Example

White with #D6D054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D054; }

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

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

background-color css

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

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

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

border-color css

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

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

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