Html Css Color HEX #D8C545 Confetti

📋 copy color: '#D8C545'

red 216 ◦ green 197 ◦ blue 69

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

Shades of Confetti #D8C545

Tints of Confetti #D8C545

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 44.81%
G = 40.87%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8C545 (or 0xD8C545) is known color: Confetti. HEX triplet: D8, C5 and 45. RGB value is (216,197,69). Sum of RGB (Red+Green+Blue) = 216+197+69=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C545 is #273ABA. Grayscale: #BCBCBC. Windows color (decimal): -2570939 or 4572632. OLE color: 4572632.

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

Color convert

RGB 216 197 69 -
CMYK 0 0.09 0.68 0.15
HSL 52.24º 0.65% 0.56% -
HSV(B) 52.24º 0.68% 0.85% -
XYZ 49.36 54.96 13.64 -
YUV 188.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 216 197 69 0 0.09 0.68 0.15 52.24 0.65 0.56
Hex D8 C5 45 0 9 44 F 34 41 38
Octal 330 305 105 0 11 104 17 64 101 70
Binary 11011000 11000101 1000101 0 1001 1000100 1111 110100 1000001 111000

Color Harmonies of #D8C545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C545

Black with #D8C545

Text Example


Text Example

White with #D8C545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C545; }

 p { color: rgb(216,197,69); }

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

background-color css

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

 a { background-color: rgb(216,197,69); }

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

border-color css

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

 span { border-color: rgb(216,197,69); }

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