Html Css Color HEX #D6C048 Confetti

📋 copy color: '#D6C048'

red 214 ◦ green 192 ◦ blue 72

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

Shades of Confetti #D6C048

Tints of Confetti #D6C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

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

R = 44.77%
G = 40.17%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6C048 (or 0xD6C048) is known color: Confetti. HEX triplet: D6, C0 and 48. RGB value is (214,192,72). Sum of RGB (Red+Green+Blue) = 214+192+72=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C048 is #293FB7. Grayscale: #B9B9B9. Windows color (decimal): -2703288 or 4767958. OLE color: 4767958.

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

Color convert

RGB 214 192 72 -
CMYK 0 0.10 0.66 0.16
HSL 50.7º 0.63% 0.56% -
HSV(B) 50.7º 0.66% 0.84% -
XYZ 47.75 52.46 13.74 -
YUV 184.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 214 192 72 0 0.10 0.66 0.16 50.7 0.63 0.56
Hex D6 C0 48 0 A 42 10 33 3F 38
Octal 326 300 110 0 12 102 20 63 77 70
Binary 11010110 11000000 1001000 0 1010 1000010 10000 110011 111111 111000

Color Harmonies of #D6C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C048

Black with #D6C048

Text Example


Text Example

White with #D6C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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