Html Css Color HEX #D6C548 Confetti

📋 copy color: '#D6C548'

red 214 ◦ green 197 ◦ blue 72

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

Shades of Confetti #D6C548

Tints of Confetti #D6C548

RGB

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

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

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

R = 44.31%
G = 40.79%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6C548 (or 0xD6C548) is known color: Confetti. HEX triplet: D6, C5 and 48. RGB value is (214,197,72). Sum of RGB (Red+Green+Blue) = 214+197+72=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C548 is #293AB7. Grayscale: #BCBCBC. Windows color (decimal): -2702008 or 4769238. OLE color: 4769238.

HSL color Cylindrical-coordinate representation of color #D6C548: hue angle of 52.82º 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 #D6C548 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 72 -
CMYK 0 0.08 0.66 0.16
HSL 52.82º 0.63% 0.56% -
HSV(B) 52.82º 0.66% 0.84% -
XYZ 48.87 54.7 14.11 -
YUV 187.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 214 197 72 0 0.08 0.66 0.16 52.82 0.63 0.56
Hex D6 C5 48 0 8 42 10 35 3F 38
Octal 326 305 110 0 10 102 20 65 77 70
Binary 11010110 11000101 1001000 0 1000 1000010 10000 110101 111111 111000

Color Harmonies of #D6C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C548

Black with #D6C548

Text Example


Text Example

White with #D6C548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C548; }

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

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

background-color css

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

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

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

border-color css

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

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

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