Html Css Color HEX #D6C248 Confetti

📋 copy color: '#D6C248'

red 214 ◦ green 194 ◦ blue 72

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

Shades of Confetti #D6C248

Tints of Confetti #D6C248

RGB

 RED value IS 214 (83.98% from 255) = 44.58%

 GREEN value IS 194 (76.17% from 255) = 40.42%

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

R = 44.58%
G = 40.42%
B = 15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6C248 (or 0xD6C248) is known color: Confetti. HEX triplet: D6, C2 and 48. RGB value is (214,194,72). Sum of RGB (Red+Green+Blue) = 214+194+72=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C248 is #293DB7. Grayscale: #BABABA. Windows color (decimal): -2702776 or 4768470. OLE color: 4768470.

HSL color Cylindrical-coordinate representation of color #D6C248: hue angle of 51.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6C248 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 72 -
CMYK 0 0.09 0.66 0.16
HSL 51.55º 0.63% 0.56% -
HSV(B) 51.55º 0.66% 0.84% -
XYZ 48.19 53.35 13.89 -
YUV 186.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 214 194 72 0 0.09 0.66 0.16 51.55 0.63 0.56
Hex D6 C2 48 0 9 42 10 34 3F 38
Octal 326 302 110 0 11 102 20 64 77 70
Binary 11010110 11000010 1001000 0 1001 1000010 10000 110100 111111 111000

Color Harmonies of #D6C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C248

Black with #D6C248

Text Example


Text Example

White with #D6C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C248; }

 p { color: rgb(214,194,72); }

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

background-color css

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

 a { background-color: rgb(214,194,72); }

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

border-color css

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

 span { border-color: rgb(214,194,72); }

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