Html Css Color HEX #D8C352 Confetti

📋 copy color: '#D8C352'

red 216 ◦ green 195 ◦ blue 82

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

Shades of Confetti #D8C352

Tints of Confetti #D8C352

RGB

 RED value IS 216 (84.77% from 255) = 43.81%

 GREEN value IS 195 (76.56% from 255) = 39.55%

 BLUE value IS 82 (32.42% from 255) = 16.63%

R = 43.81%
G = 39.55%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8C352 (or 0xD8C352) is known color: Confetti. HEX triplet: D8, C3 and 52. RGB value is (216,195,82). Sum of RGB (Red+Green+Blue) = 216+195+82=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C352 is #273CAD. Grayscale: #BCBCBC. Windows color (decimal): -2571438 or 5424088. OLE color: 5424088.

HSL color Cylindrical-coordinate representation of color #D8C352: hue angle of 50.6º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8C352 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 195 82 -
CMYK 0 0.10 0.62 0.15
HSL 50.6º 0.63% 0.58% -
HSV(B) 50.6º 0.62% 0.85% -
XYZ 49.36 54.24 15.85 -
YUV 188.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 216 195 82 0 0.10 0.62 0.15 50.6 0.63 0.58
Hex D8 C3 52 0 A 3E F 33 3F 3A
Octal 330 303 122 0 12 76 17 63 77 72
Binary 11011000 11000011 1010010 0 1010 111110 1111 110011 111111 111010

Color Harmonies of #D8C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C352

Black with #D8C352

Text Example


Text Example

White with #D8C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C352; }

 p { color: rgb(216,195,82); }

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

background-color css

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

 a { background-color: rgb(216,195,82); }

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

border-color css

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

 span { border-color: rgb(216,195,82); }

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