Html Css Color HEX #D8C14C Confetti

📋 copy color: '#D8C14C'

red 216 ◦ green 193 ◦ blue 76

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

Shades of Confetti #D8C14C

Tints of Confetti #D8C14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.79%

 BLUE value IS 76 (30.08% from 255) = 15.67%

R = 44.54%
G = 39.79%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8C14C (or 0xD8C14C) is known color: Confetti. HEX triplet: D8, C1 and 4C. RGB value is (216,193,76). Sum of RGB (Red+Green+Blue) = 216+193+76=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C14C is #273EB3. Grayscale: #BBBBBB. Windows color (decimal): -2571956 or 5030360. OLE color: 5030360.

HSL color Cylindrical-coordinate representation of color #D8C14C: hue angle of 50.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8C14C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 193 76 -
CMYK 0 0.11 0.65 0.15
HSL 50.14º 0.64% 0.57% -
HSV(B) 50.14º 0.65% 0.85% -
XYZ 48.69 53.26 14.55 -
YUV 186.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 216 193 76 0 0.11 0.65 0.15 50.14 0.64 0.57
Hex D8 C1 4C 0 B 41 F 32 40 39
Octal 330 301 114 0 13 101 17 62 100 71
Binary 11011000 11000001 1001100 0 1011 1000001 1111 110010 1000000 111001

Color Harmonies of #D8C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C14C

Black with #D8C14C

Text Example


Text Example

White with #D8C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C14C; }

 p { color: rgb(216,193,76); }

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

background-color css

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

 a { background-color: rgb(216,193,76); }

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

border-color css

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

 span { border-color: rgb(216,193,76); }

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