Html Css Color HEX #D6CD51 Confetti

📋 copy color: '#D6CD51'

red 214 ◦ green 205 ◦ blue 81

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

Shades of Confetti #D6CD51

Tints of Confetti #D6CD51

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 81 (32.03% from 255) = 16.2%

R = 42.8%
G = 41%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6CD51 (or 0xD6CD51) is known color: Confetti. HEX triplet: D6, CD and 51. RGB value is (214,205,81). Sum of RGB (Red+Green+Blue) = 214+205+81=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD51 is #2932AE. Grayscale: #C2C2C2. Windows color (decimal): -2699951 or 5361110. OLE color: 5361110.

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

Color convert

RGB 214 205 81 -
CMYK 0 0.04 0.62 0.16
HSL 55.94º 0.62% 0.58% -
HSV(B) 55.94º 0.62% 0.84% -
XYZ 51.05 58.55 16.4 -
YUV 193.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 214 205 81 0 0.04 0.62 0.16 55.94 0.62 0.58
Hex D6 CD 51 0 4 3E 10 38 3E 3A
Octal 326 315 121 0 4 76 20 70 76 72
Binary 11010110 11001101 1010001 0 100 111110 10000 111000 111110 111010

Color Harmonies of #D6CD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD51

Black with #D6CD51

Text Example


Text Example

White with #D6CD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD51; }

 p { color: rgb(214,205,81); }

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

background-color css

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

 a { background-color: rgb(214,205,81); }

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

border-color css

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

 span { border-color: rgb(214,205,81); }

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