Html Css Color HEX #D6CD57 Confetti

📋 copy color: '#D6CD57'

red 214 ◦ green 205 ◦ blue 87

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

Shades of Confetti #D6CD57

Tints of Confetti #D6CD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.19%

R = 42.29%
G = 40.51%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6CD57 (or 0xD6CD57) is known color: Confetti. HEX triplet: D6, CD and 57. RGB value is (214,205,87). Sum of RGB (Red+Green+Blue) = 214+205+87=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD57 is #2932A8. Grayscale: #C2C2C2. Windows color (decimal): -2699945 or 5754326. OLE color: 5754326.

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

Color convert

RGB 214 205 87 -
CMYK 0 0.04 0.59 0.16
HSL 55.75º 0.61% 0.59% -
HSV(B) 55.75º 0.59% 0.84% -
XYZ 51.28 58.65 17.63 -
YUV 194.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 214 205 87 0 0.04 0.59 0.16 55.75 0.61 0.59
Hex D6 CD 57 0 4 3B 10 38 3D 3B
Octal 326 315 127 0 4 73 20 70 75 73
Binary 11010110 11001101 1010111 0 100 111011 10000 111000 111101 111011

Color Harmonies of #D6CD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD57

Black with #D6CD57

Text Example


Text Example

White with #D6CD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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