Html Css Color HEX #D8CD48 Confetti

📋 copy color: '#D8CD48'

red 216 ◦ green 205 ◦ blue 72

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

Shades of Confetti #D8CD48

Tints of Confetti #D8CD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

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

R = 43.81%
G = 41.58%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D8CD48 (or 0xD8CD48) is known color: Confetti. HEX triplet: D8, CD and 48. RGB value is (216,205,72). Sum of RGB (Red+Green+Blue) = 216+205+72=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD48 is #2732B7. Grayscale: #C1C1C1. Windows color (decimal): -2568888 or 4771288. OLE color: 4771288.

HSL color Cylindrical-coordinate representation of color #D8CD48: hue angle of 55.42º 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 #D8CD48 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 72 -
CMYK 0 0.05 0.67 0.15
HSL 55.42º 0.65% 0.56% -
HSV(B) 55.42º 0.67% 0.85% -
XYZ 51.32 58.73 14.76 -
YUV 193.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 216 205 72 0 0.05 0.67 0.15 55.42 0.65 0.56
Hex D8 CD 48 0 5 43 F 37 41 38
Octal 330 315 110 0 5 103 17 67 101 70
Binary 11011000 11001101 1001000 0 101 1000011 1111 110111 1000001 111000

Color Harmonies of #D8CD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD48

Black with #D8CD48

Text Example


Text Example

White with #D8CD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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