Html Css Color HEX #D8CC48 Confetti

📋 copy color: '#D8CC48'

red 216 ◦ green 204 ◦ blue 72

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

Shades of Confetti #D8CC48

Tints of Confetti #D8CC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.63%

R = 43.9%
G = 41.46%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D8CC48 (or 0xD8CC48) is known color: Confetti. HEX triplet: D8, CC and 48. RGB value is (216,204,72). Sum of RGB (Red+Green+Blue) = 216+204+72=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC48 is #2733B7. Grayscale: #C1C1C1. Windows color (decimal): -2569144 or 4771032. OLE color: 4771032.

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

Color convert

RGB 216 204 72 -
CMYK 0 0.06 0.67 0.15
HSL 55º 0.65% 0.56% -
HSV(B) 55º 0.67% 0.85% -
XYZ 51.08 58.25 14.68 -
YUV 192.54 59.98 144.73 -
System Red Green Blue C M Y K H S L
Decimal 216 204 72 0 0.06 0.67 0.15 55 0.65 0.56
Hex D8 CC 48 0 6 43 F 37 41 38
Octal 330 314 110 0 6 103 17 67 101 70
Binary 11011000 11001100 1001000 0 110 1000011 1111 110111 1000001 111000

Color Harmonies of #D8CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC48

Black with #D8CC48

Text Example


Text Example

White with #D8CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC48; }

 p { color: rgb(216,204,72); }

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

background-color css

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

 a { background-color: rgb(216,204,72); }

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

border-color css

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

 span { border-color: rgb(216,204,72); }

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