Html Css Color HEX #D6CC55 Confetti

📋 copy color: '#D6CC55'

red 214 ◦ green 204 ◦ blue 85

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

Shades of Confetti #D6CC55

Tints of Confetti #D6CC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 85 (33.59% from 255) = 16.9%

R = 42.54%
G = 40.56%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6CC55 (or 0xD6CC55) is known color: Confetti. HEX triplet: D6, CC and 55. RGB value is (214,204,85). Sum of RGB (Red+Green+Blue) = 214+204+85=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC55 is #2933AA. Grayscale: #C1C1C1. Windows color (decimal): -2700203 or 5622998. OLE color: 5622998.

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

Color convert

RGB 214 204 85 -
CMYK 0 0.05 0.60 0.16
HSL 55.35º 0.61% 0.59% -
HSV(B) 55.35º 0.6% 0.84% -
XYZ 50.96 58.14 17.13 -
YUV 193.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 214 204 85 0 0.05 0.60 0.16 55.35 0.61 0.59
Hex D6 CC 55 0 5 3C 10 37 3D 3B
Octal 326 314 125 0 5 74 20 67 75 73
Binary 11010110 11001100 1010101 0 101 111100 10000 110111 111101 111011

Color Harmonies of #D6CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC55

Black with #D6CC55

Text Example


Text Example

White with #D6CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC55; }

 p { color: rgb(214,204,85); }

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

background-color css

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

 a { background-color: rgb(214,204,85); }

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

border-color css

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

 span { border-color: rgb(214,204,85); }

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