Html Css Color HEX #D0C856 Confetti

📋 copy color: '#D0C856'

red 208 ◦ green 200 ◦ blue 86

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

Shades of Confetti #D0C856

Tints of Confetti #D0C856

RGB

 RED value IS 208 (81.64% from 255) = 42.11%

 GREEN value IS 200 (78.52% from 255) = 40.49%

 BLUE value IS 86 (33.98% from 255) = 17.41%

R = 42.11%
G = 40.49%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D0C856 (or 0xD0C856) is known color: Confetti. HEX triplet: D0, C8 and 56. RGB value is (208,200,86). Sum of RGB (Red+Green+Blue) = 208+200+86=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C856 is #2F37A9. Grayscale: #BDBDBD. Windows color (decimal): -3094442 or 5687504. OLE color: 5687504.

HSL color Cylindrical-coordinate representation of color #D0C856: hue angle of 56.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0C856 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 86 -
CMYK 0 0.04 0.59 0.18
HSL 56.07º 0.56% 0.58% -
HSV(B) 56.07º 0.59% 0.82% -
XYZ 48.35 55.39 16.95 -
YUV 189.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 208 200 86 0 0.04 0.59 0.18 56.07 0.56 0.58
Hex D0 C8 56 0 4 3B 12 38 38 3A
Octal 320 310 126 0 4 73 22 70 70 72
Binary 11010000 11001000 1010110 0 100 111011 10010 111000 111000 111010

Color Harmonies of #D0C856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C856

Black with #D0C856

Text Example


Text Example

White with #D0C856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C856; }

 p { color: rgb(208,200,86); }

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

background-color css

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

 a { background-color: rgb(208,200,86); }

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

border-color css

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

 span { border-color: rgb(208,200,86); }

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