Html Css Color HEX #D6CA57 Confetti

📋 copy color: '#D6CA57'

red 214 ◦ green 202 ◦ blue 87

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

Shades of Confetti #D6CA57

Tints of Confetti #D6CA57

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

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

R = 42.54%
G = 40.16%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6CA57 (or 0xD6CA57) is known color: Confetti. HEX triplet: D6, CA and 57. RGB value is (214,202,87). Sum of RGB (Red+Green+Blue) = 214+202+87=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA57 is #2935A8. Grayscale: #C0C0C0. Windows color (decimal): -2700713 or 5753558. OLE color: 5753558.

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

Color convert

RGB 214 202 87 -
CMYK 0 0.06 0.59 0.16
HSL 54.33º 0.61% 0.59% -
HSV(B) 54.33º 0.59% 0.84% -
XYZ 50.57 57.23 17.4 -
YUV 192.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 214 202 87 0 0.06 0.59 0.16 54.33 0.61 0.59
Hex D6 CA 57 0 6 3B 10 36 3D 3B
Octal 326 312 127 0 6 73 20 66 75 73
Binary 11010110 11001010 1010111 0 110 111011 10000 110110 111101 111011

Color Harmonies of #D6CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA57

Black with #D6CA57

Text Example


Text Example

White with #D6CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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