Html Css Color HEX #D6C045 Confetti

📋 copy color: '#D6C045'

red 214 ◦ green 192 ◦ blue 69

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

Shades of Confetti #D6C045

Tints of Confetti #D6C045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.53%

R = 45.05%
G = 40.42%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6C045 (or 0xD6C045) is known color: Confetti. HEX triplet: D6, C0 and 45. RGB value is (214,192,69). Sum of RGB (Red+Green+Blue) = 214+192+69=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C045 is #293FBA. Grayscale: #B9B9B9. Windows color (decimal): -2703291 or 4571350. OLE color: 4571350.

HSL color Cylindrical-coordinate representation of color #D6C045: hue angle of 50.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6C045 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 69 -
CMYK 0 0.10 0.68 0.16
HSL 50.9º 0.64% 0.55% -
HSV(B) 50.9º 0.68% 0.84% -
XYZ 47.66 52.43 13.24 -
YUV 184.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 214 192 69 0 0.10 0.68 0.16 50.9 0.64 0.55
Hex D6 C0 45 0 A 44 10 33 40 37
Octal 326 300 105 0 12 104 20 63 100 67
Binary 11010110 11000000 1000101 0 1010 1000100 10000 110011 1000000 110111

Color Harmonies of #D6C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C045

Black with #D6C045

Text Example


Text Example

White with #D6C045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C045; }

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

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

background-color css

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

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

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

border-color css

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

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

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